mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Adjust version_added, re-place tests. (#34)
This commit is contained in:
@@ -136,11 +136,6 @@
|
||||
- repository_1 is changed
|
||||
- repository_2 is not changed
|
||||
|
||||
# Uncomment in community.docker
|
||||
# - assert:
|
||||
# that:
|
||||
# - 'FROM busybox' in repository_1.stdout
|
||||
|
||||
- name: Get facts of image
|
||||
docker_image_info:
|
||||
name: "{{ test_image_base }}:latest"
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
- assert:
|
||||
that:
|
||||
- dockerfile_1 is changed
|
||||
- "'FROM alpine:3.7' in dockerfile_1.stdout"
|
||||
- dockerfile_1['image']['Config']['WorkingDir'] == '/newdata'
|
||||
|
||||
####################################################################
|
||||
|
||||
Reference in New Issue
Block a user