summaryrefslogtreecommitdiff
path: root/test/integration/targets/podman_image/files/Containerfile
diff options
context:
space:
mode:
authorAnsible Core Team <info@ansible.com>2020-03-09 09:40:26 +0000
committerAnsible Core Team <info@ansible.com>2020-03-09 09:40:26 +0000
commit29ae7a227426a46250a232a5f05d6cc62e9299d6 (patch)
tree39c134f62c89e5805007d24df627dff94778c218 /test/integration/targets/podman_image/files/Containerfile
parenta5cf62599d75e339734ab23ca30e387c7b4401ec (diff)
downloadansible-29ae7a227426a46250a232a5f05d6cc62e9299d6.tar.gz
Migrated to containers.podman
Diffstat (limited to 'test/integration/targets/podman_image/files/Containerfile')
-rw-r--r--test/integration/targets/podman_image/files/Containerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/integration/targets/podman_image/files/Containerfile b/test/integration/targets/podman_image/files/Containerfile
deleted file mode 100644
index d4bd8edb99..0000000000
--- a/test/integration/targets/podman_image/files/Containerfile
+++ /dev/null
@@ -1,3 +0,0 @@
-FROM quay.io/coreos/alpine-sh
-ENV VAR testing
-WORKDIR ${VAR}