From a4b93044fa884cd59676bb33a0a08dc5473273a3 Mon Sep 17 00:00:00 2001 From: Florin Stan <597933+namtzigla@users.noreply.github.com> Date: Thu, 1 Dec 2022 14:27:17 -0700 Subject: [PATCH] fix typo --- build_defs/containers.build_defs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build_defs/containers.build_defs b/build_defs/containers.build_defs index 1061426..c8d4738 100644 --- a/build_defs/containers.build_defs +++ b/build_defs/containers.build_defs @@ -50,11 +50,6 @@ def container_pull(name: str, image: str, tag:str='latest', registry:str='index. ]), output_dirs = [ name ], building_description = "Pulling image ...", - pass_env = [ - "CLOUDSDK_CONFIG", - "DOCKER_CONFIG", - "CLOUDSDK_ACTIVE_CONFIG_NAME", - ], tools = { 'puller': [toolchain+"|puller"], 'join_layers' : [toolchain + "|join_layers"], @@ -225,7 +220,6 @@ def container_push(name:str, srcs:list, repository:str = CONFIG.CONTAINERS.DEFAU "export USER=$(whoami)", "export HOME=$(eval echo ~$(whoami))", "export DOCKER_CONFIG=$HOME/.docker", - f"$TOOLS_PULLER -name {registry}/{image}:{tag} -directory {name} -os linux -architecture amd64", f"outfile={outfile}", "prefix=plz-out/gen", "tarfiles=\"\"",