diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-09-08 13:21:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 13:21:36 -0400 |
commit | 54a61e36a4fd1c5416707e0a661f20abf2d464dc (patch) | |
tree | 7dc489fa179d1565bb0b21aca892644a02e97216 /test/system/260-sdnotify.bats | |
parent | 11679c27a7abb10811563c23b5276750c6b58f4b (diff) | |
parent | a9dbd2b3de3cf11e71aa01ed3233e180ae0b0951 (diff) | |
download | podman-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/260-sdnotify.bats')
-rw-r--r-- | test/system/260-sdnotify.bats | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/system/260-sdnotify.bats b/test/system/260-sdnotify.bats index 62d3c1497..06aa3bba7 100644 --- a/test/system/260-sdnotify.bats +++ b/test/system/260-sdnotify.bats @@ -115,9 +115,10 @@ function _assert_mainpid_is_conmon() { @test "sdnotify : container" { # Sigh... we need to pull a humongous image because it has systemd-notify. + # (IMPORTANT: fedora:32 and above silently removed systemd-notify; this + # caused CI to hang. That's why we explicitly require fedora:31) # FIXME: is there a smaller image we could use? - _FEDORA=registry.fedoraproject.org/fedora:31 - + local _FEDORA="$PODMAN_TEST_IMAGE_REGISTRY/$PODMAN_TEST_IMAGE_USER/fedora:31" # Pull that image. Retry in case of flakes. run_podman pull $_FEDORA || \ run_podman pull $_FEDORA || \ |