tests: Fix the tag of the default image

The test suite should use the latest build of the image for any given
RHEL minor release. Otherwise, it won't detect any breakage caused by
changes to the image.

Resolves: #2000807
This commit is contained in:
Debarshi Ray 2021-12-16 23:46:53 +01:00
parent 7212974445
commit 06c284b9ce
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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