automation-tests/pkg/bindings/test
Ed Santiago 20e104351d move from docker.io
Followon to #7965 (mirror registry). mirror.gcr.io doesn't
cache all the images we need, and I can't find a way to
add to its cache, so let's just use quay.io for those
images that it can't serve.

Tools used:
  skopeo copy --all docker://docker.io/library/alpine:3.10.2 \
                    docker://quay.io/libpod/alpine:3.10.2

...and also:

    docker.io/library/alpine:3.2
    docker.io/library/busybox:latest
    docker.io/library/busybox:glibc
    docker.io/library/busybox:1.30.1
    docker.io/library/redis:alpine
    docker.io/libpod/alpine-with-bogus-seccomp:label
    docker.io/libpod/alpine-with-seccomp:label
    docker.io/libpod/alpine_healthcheck:latest
    docker.io/libpod/badhealthcheck:latest

Since most of those were new quay.io/libpod images, they required
going in through the quay.io GUI, image, settings, Make Public.

Signed-off-by: Ed Santiago <santiago@redhat.com>
2020-10-28 13:16:37 -06:00
..
attach_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
auth_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
common_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
containers_test.go Add support for external container 2020-10-15 09:51:31 -04:00
create_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
exec_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
images_test.go move from docker.io 2020-10-28 13:16:37 -06:00
info_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
manifests_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
pods_test.go Ensure pod infra containers have an exit command 2020-08-13 14:03:57 -04:00
system_test.go Fix up errors found by codespell 2020-09-11 06:14:25 -04:00
test_suite_test.go WIP V2 attach bindings and test 2020-05-13 11:49:17 -07:00
volumes_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00