Skip to content

Commit

Permalink
fixup! use "quay.io/centos-boot/fedora-tier-1:eln" for now as stream9…
Browse files Browse the repository at this point in the history
… does not come up with ssh
  • Loading branch information
mvo5 committed Dec 6, 2023
1 parent bed042d commit cf03f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_smoke(output_path, config_json):
"--security-opt", "label=type:unconfined_t",
"-v", f"{output_path}:/output",
"osbuild-deploy-container-test",
"quay.io/centos-bootc/centos-bootc:stream9",
"quay.io/centos-boot/fedora-tier-1:eln",
"--config", "/output/config.json",
])
# check that there are no denials
Expand Down

0 comments on commit cf03f68

Please sign in to comment.