summaryrefslogtreecommitdiff
path: root/test/system/helpers.bash
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-09-08 13:21:36 -0400
committerGitHub <noreply@github.com>2020-09-08 13:21:36 -0400
commit54a61e36a4fd1c5416707e0a661f20abf2d464dc (patch)
tree7dc489fa179d1565bb0b21aca892644a02e97216 /test/system/helpers.bash
parent11679c27a7abb10811563c23b5276750c6b58f4b (diff)
parenta9dbd2b3de3cf11e71aa01ed3233e180ae0b0951 (diff)
downloadpodman-54a61e36a4fd1c5416707e0a661f20abf2d464dc.tar.gz
podman-54a61e36a4fd1c5416707e0a661f20abf2d464dc.tar.bz2
podman-54a61e36a4fd1c5416707e0a661f20abf2d464dc.zip
Merge pull request #7534 from edsantiago/bats
Migrate away from docker.io
Diffstat (limited to 'test/system/helpers.bash')
-rw-r--r--test/system/helpers.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/system/helpers.bash b/test/system/helpers.bash
index 6c24b24b3..514ba249e 100644
--- a/test/system/helpers.bash
+++ b/test/system/helpers.bash
@@ -6,8 +6,8 @@ PODMAN=${PODMAN:-podman}
# Standard image to use for most tests
PODMAN_TEST_IMAGE_REGISTRY=${PODMAN_TEST_IMAGE_REGISTRY:-"quay.io"}
PODMAN_TEST_IMAGE_USER=${PODMAN_TEST_IMAGE_USER:-"libpod"}
-PODMAN_TEST_IMAGE_NAME=${PODMAN_TEST_IMAGE_NAME:-"alpine_labels"}
-PODMAN_TEST_IMAGE_TAG=${PODMAN_TEST_IMAGE_TAG:-"latest"}
+PODMAN_TEST_IMAGE_NAME=${PODMAN_TEST_IMAGE_NAME:-"testimage"}
+PODMAN_TEST_IMAGE_TAG=${PODMAN_TEST_IMAGE_TAG:-"20200902"}
PODMAN_TEST_IMAGE_FQN="$PODMAN_TEST_IMAGE_REGISTRY/$PODMAN_TEST_IMAGE_USER/$PODMAN_TEST_IMAGE_NAME:$PODMAN_TEST_IMAGE_TAG"
# Because who wants to spell that out each time?