mirror of
https://github.com/containers/podman.git
synced 2025-06-26 21:07:02 +08:00
Integration Test Improvements #2
This is the second round of performance improvements for out integration tests. Signed-off-by: baude <bbaude@redhat.com> Closes: #1190 Approved by: rhatdan
This commit is contained in:
@ -35,7 +35,7 @@ var (
|
||||
BB = "docker.io/library/busybox:latest"
|
||||
BB_GLIBC = "docker.io/library/busybox:glibc"
|
||||
fedoraMinimal = "registry.fedoraproject.org/fedora-minimal:latest"
|
||||
nginx = "docker.io/library/nginx:latest"
|
||||
nginx = "quay.io/baude/alpine_nginx:latest"
|
||||
defaultWaitTimeout = 90
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user