mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-22 00:49:09 -07:00
* 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}
|