[stable-1] Fix docker tests (#1398)

* Adjust version_added, re-place tests. (#34)

* Template docker test containers.

* Forgot to adjust test.
This commit is contained in:
Felix Fontein
2020-11-26 13:21:12 +01:00
committed by GitHub
parent ab94b0ace0
commit e03431d9f6
55 changed files with 823 additions and 801 deletions

View File

@@ -9,7 +9,7 @@
docker_container:
state: stopped
name: '{{ docker_registry_container_name_frontend }}'
image: nginx:alpine
image: "{{ docker_test_image_registry_nginx }}"
ports: 5000
links:
- '{{ docker_registry_container_name_registry }}:real-registry'

View File

@@ -42,7 +42,7 @@
- name: Start test registry
docker_container:
name: '{{ docker_registry_container_name_registry }}'
image: registry:2.6.1
image: "{{ docker_test_image_registry }}"
ports: 5000
register: registry_container