mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
c2be342ce1
* Add podman_image and podman_image_info modules * Add integration test for podman_image_info * Change parameter names per feedback * Add integration tests for podman_image
3 lines
61 B
Docker
3 lines
61 B
Docker
FROM quay.io/coreos/alpine-sh
|
|
ENV VAR testing
|
|
WORKDIR ${VAR}
|