From 60258925a8c3eb0ab2a1b64906b0e3477e9f0070 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 10 May 2022 12:32:50 +0200 Subject: test: update fedora toolbox image f32 is already EOL. Let's use the latest version. Signed-off-by: Giuseppe Scrivano --- test/e2e/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/e2e/config.go b/test/e2e/config.go index 9c810575b..2ca8e2a15 100644 --- a/test/e2e/config.go +++ b/test/e2e/config.go @@ -14,7 +14,7 @@ var ( BB = "quay.io/libpod/busybox:latest" healthcheck = "quay.io/libpod/alpine_healthcheck:latest" ImageCacheDir = "/tmp/podman/imagecachedir" - fedoraToolbox = "registry.fedoraproject.org/f32/fedora-toolbox:latest" + fedoraToolbox = "registry.fedoraproject.org/fedora-toolbox:36" volumeTest = "quay.io/libpod/volume-plugin-test-img:latest" // This image has seccomp profiles that blocks all syscalls. -- cgit v1.2.3-54-g00ecf