Improve and fix tests (#36)

* Parameterize test images.

* Use different images, similar to ansible/ansible#72698.
This commit is contained in:
Felix Fontein
2020-11-23 21:48:46 +01:00
committed by GitHub
parent 1fa2c3b77d
commit 219c6b3a85
55 changed files with 804 additions and 778 deletions
@@ -0,0 +1,9 @@
---
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_registry: registry:2.6.1