summaryrefslogtreecommitdiff
path: root/test/system/helpers.bash
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-09-30 00:24:55 +0000
committerGitHub <noreply@github.com>2020-09-30 00:24:55 +0000
commitb68b6f334d4a83de35d68cc359365b348e72ad6b (patch)
treed78aad8deff9f2d05a4af3b2f3c3e272c7f9a37d /test/system/helpers.bash
parent453333a35cc791e9031e5d24e0ac5e76a2b2aa75 (diff)
parent258ccfc3c9f896393161e66c86ad2b11a9a22927 (diff)
downloadpodman-b68b6f334d4a83de35d68cc359365b348e72ad6b.tar.gz
podman-b68b6f334d4a83de35d68cc359365b348e72ad6b.tar.bz2
podman-b68b6f334d4a83de35d68cc359365b348e72ad6b.zip
Merge pull request #7832 from edsantiago/bats_run_tz
System tests: add podman run --tz
Diffstat (limited to 'test/system/helpers.bash')
-rw-r--r--test/system/helpers.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/helpers.bash b/test/system/helpers.bash
index eb3e4c7ec..998db5283 100644
--- a/test/system/helpers.bash
+++ b/test/system/helpers.bash
@@ -7,7 +7,7 @@ PODMAN=${PODMAN:-podman}
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:-"testimage"}
-PODMAN_TEST_IMAGE_TAG=${PODMAN_TEST_IMAGE_TAG:-"20200917"}
+PODMAN_TEST_IMAGE_TAG=${PODMAN_TEST_IMAGE_TAG:-"20200929"}
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?