mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
[WIP] Fix CI (#50)
* Centralize location of images for runme.sh tests. * Switch images. * Fix sanity. * Fix image names. * Fix tag chaos. * One more.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# Docker images for runme.sh based tests
|
||||
DOCKER_TEST_IMAGE_PYTHON3=python:3-alpine
|
||||
@@ -1,9 +1,11 @@
|
||||
---
|
||||
docker_test_image_hello_world_digest_v1: e004c2cc521c95383aebb1fb5893719aa7a8eae2e7a71f316a4410784edb00a9
|
||||
docker_test_image_hello_world_digest_v2: c9249fdf56138f0d929e2080ae98ee9cb2946f71498fc1484288e6a935b5e5bc
|
||||
docker_test_image_hello_world: quay.io/app-sre/busybox
|
||||
docker_test_image_busybox: quay.io/app-sre/busybox
|
||||
docker_test_image_alpine: quay.io/app-sre/alpine:3.8
|
||||
docker_test_image_alpine_different: quay.io/app-sre/alpine:3.7
|
||||
docker_test_image_registry_nginx: nginx:alpine
|
||||
docker_test_image_digest_v1: e004c2cc521c95383aebb1fb5893719aa7a8eae2e7a71f316a4410784edb00a9
|
||||
docker_test_image_digest_v2: ee44b399df993016003bf5466bd3eeb221305e9d0fa831606bc7902d149c775b
|
||||
docker_test_image_digest_base: quay.io/ansible/docker-test-containers
|
||||
docker_test_image_hello_world: quay.io/ansible/docker-test-containers:hello-world
|
||||
docker_test_image_hello_world_base: quay.io/ansible/docker-test-containers
|
||||
docker_test_image_busybox: quay.io/ansible/docker-test-containers:busybox
|
||||
docker_test_image_alpine: quay.io/ansible/docker-test-containers:alpine3.8
|
||||
docker_test_image_alpine_different: quay.io/ansible/docker-test-containers:alpine3.7
|
||||
docker_test_image_registry_nginx: quay.io/ansible/docker-test-containers:nginx-alpine
|
||||
docker_test_image_registry: registry:2.6.1
|
||||
|
||||
Reference in New Issue
Block a user