Skip to content

Commit

Permalink
Attempt to make wait_for_images.py pick up the docker logins.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Jul 19, 2023
1 parent 7d0c7f5 commit ac6948b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/wait_for_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def check(name):
["docker", "manifest", "inspect", name],
env=dict(DOCKER_CLI_EXPERIMENTAL="enabled"),
stderr=subprocess.STDOUT,
shell=True, # this is required to pick up the config.json for image pull secrets
universal_newlines=True,
)

Expand Down

0 comments on commit ac6948b

Please sign in to comment.