mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-31 04:33:49 +00:00
219c6b3a85
* Parameterize test images. * Use different images, similar to ansible/ansible#72698.
4 lines
137 B
Plaintext
4 lines
137 B
Plaintext
FROM {{ docker_test_image_busybox }}
|
|
# This should fail building if docker cannot resolve some-custom-host
|
|
RUN ping -c1 some-custom-host
|