community.docker/tests/integration/targets/docker_image/templates/EtcHostsDockerfile
Felix Fontein 219c6b3a85
Improve and fix tests (#36)
* Parameterize test images.

* Use different images, similar to ansible/ansible#72698.
2020-11-23 21:48:46 +01:00

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