mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
Merge pull request #14175 from giuseppe/update-toolbox-image
test: update fedora toolbox image
This commit is contained in:
@ -14,7 +14,7 @@ var (
|
|||||||
BB = "quay.io/libpod/busybox:latest"
|
BB = "quay.io/libpod/busybox:latest"
|
||||||
healthcheck = "quay.io/libpod/alpine_healthcheck:latest"
|
healthcheck = "quay.io/libpod/alpine_healthcheck:latest"
|
||||||
ImageCacheDir = "/tmp/podman/imagecachedir"
|
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"
|
volumeTest = "quay.io/libpod/volume-plugin-test-img:latest"
|
||||||
|
|
||||||
// This image has seccomp profiles that blocks all syscalls.
|
// This image has seccomp profiles that blocks all syscalls.
|
||||||
|
Reference in New Issue
Block a user