We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801faea commit 08ffcf6Copy full SHA for 08ffcf6
tests/test_podman_compose.py
@@ -43,7 +43,7 @@ def test_podman_compose_extends_w_file_subdir():
43
"rmi",
44
"--force",
45
"localhost/subdir_test:me",
46
- "docker.io/library/bash",
+ "docker.io/library/busybox",
47
]
48
49
out, err, returncode = capture(command_up)
0 commit comments