aboutsummaryrefslogtreecommitdiffhomepage
path: root/alpine3/Dockerfile
diff options
context:
space:
mode:
authorWilliam Yeh <william.pjyeh@gmail.com>2017-09-11 18:37:48 +0800
committerWilliam Yeh <william.pjyeh@gmail.com>2017-09-13 17:44:29 +0800
commit57d366d79328ee5d127d05644b108bd4f7915cdc (patch)
treea10900020176785d9732634ae5baac2ddb4734a5 /alpine3/Dockerfile
parent7d885c87026bc44450b79f504b9a5becf0969783 (diff)
downloaddocker-ansible-57d366d79328ee5d127d05644b108bd4f7915cdc.tar.gz
docker-ansible-57d366d79328ee5d127d05644b108bd4f7915cdc.tar.zst
docker-ansible-57d366d79328ee5d127d05644b108bd4f7915cdc.zip
Add: Windows managed node support via "pywinrm".
Remove: old distributions wheezy, precise, centos6. Remove: Ansible 1.9 was not supported in CentOS EPEL. See http://www.spinics.net/linux/fedora/epel-devel/msg00792.html
Diffstat (limited to 'alpine3/Dockerfile')
-rw-r--r--alpine3/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/alpine3/Dockerfile b/alpine3/Dockerfile
index f99b7fc..74a8dcd 100644
--- a/alpine3/Dockerfile
+++ b/alpine3/Dockerfile
@@ -7,7 +7,7 @@
7 7
8 8
9# pull base image 9# pull base image
10FROM alpine:3.4 10FROM alpine:3.6
11 11
12MAINTAINER William Yeh <william.pjyeh@gmail.com> 12MAINTAINER William Yeh <william.pjyeh@gmail.com>
13 13
@@ -28,6 +28,7 @@ RUN echo "===> Installing sudo to emulate normal OS behavior..." && \
28 \ 28 \
29 \ 29 \
30 echo "===> Installing handy tools (not absolutely required)..." && \ 30 echo "===> Installing handy tools (not absolutely required)..." && \
31 pip install --upgrade pywinrm && \
31 apk --update add sshpass openssh-client rsync && \ 32 apk --update add sshpass openssh-client rsync && \
32 \ 33 \
33 \ 34 \