diff --git a/tests/roles/set_image/files/toolbox.conf b/tests/roles/set_image/files/toolbox.conf index f627a94..73b52c4 100644 --- a/tests/roles/set_image/files/toolbox.conf +++ b/tests/roles/set_image/files/toolbox.conf @@ -14,4 +14,4 @@ # If the name does not contain a registry, the local image storage will be # consulted, and if it's not present there then it will be pulled from a # suitable remote registry. -image = "registry-proxy.engineering.redhat.com/rh-osbs/toolbox-container:8.5-6" +image = "registry-proxy.engineering.redhat.com/rh-osbs/toolbox-container:8.5" diff --git a/tests/tests.yml b/tests/tests.yml index af632a1..635319b 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -13,5 +13,5 @@ package: toolbox environment: PODMAN: /usr/bin/podman - TOOLBOX_TEST_DEFAULT_CONTAINER_NAME: toolbox-container-8.5-6 + TOOLBOX_TEST_DEFAULT_CONTAINER_NAME: toolbox-container-8.5 become: true