Ansible Image based on Alpine Linux (266 MB)
1.6K
Includes io.js, Ansible, boto and aws client.
docker pull oreng/ansible:latest
git repo: https://github.com/oren/alpine-ansible
git clone [email protected]:oren/alpine-ansible.git
cd alpine-ansible
docker-compose build
docker-compose run deploy
FROM alpine:edge
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN apk update
RUN apk add --update iojs py-pip build-base python-dev py-boto && rm -rf /var/cache/apk/**/
RUN pip install awscli ansible
WORKDIR /root
ENV PATH /root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN ln -s /dev/null /root/.ash_history
COPY . /root
CMD ["/root/bin/deploy.js"]
Content type
Image
Digest
sha256:1721146ce…
Size
78.6 MB
Last updated
almost 11 years ago
docker pull oreng/ansible