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:
parent
7212974445
commit
06c284b9ce
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user