Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
namtzigla committed Dec 1, 2022
1 parent fddfa99 commit a4b9304
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build_defs/containers.build_defs
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down Expand Up @@ -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=\"\"",
Expand Down

0 comments on commit a4b9304

Please sign in to comment.