From 0a092715b5f1e7f81f8655956550f358ffbd699e Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 6 Dec 2023 11:22:28 +0100 Subject: [PATCH] fixup! use "quay.io/centos-boot/fedora-tier-1:eln" for now as stream9 does not come up with ssh --- test/test_smoke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_smoke.py b/test/test_smoke.py index 18858cd5..25db188e 100644 --- a/test/test_smoke.py +++ b/test/test_smoke.py @@ -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