mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-06 07:37:49 +00:00
test: update fedora toolbox image
f32 is already EOL. Let's use the latest version. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
f58be889e3
commit
2ac61ebfee
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue