Sign inSign up

oreng/ansible

By oreng

Updated almost 11 years ago

Ansible Image based on Alpine Linux (266 MB)

Image
0

1.6K

oreng/ansible repository overview

io.js, Ansible, boto and aws client in a minimal Docker Image.

Includes io.js, Ansible, boto and aws client.

docker pull oreng/ansible:latest

git repo: https://github.com/oren/alpine-ansible

Run

git clone [email protected]:oren/alpine-ansible.git
cd alpine-ansible
docker-compose build
docker-compose run deploy

Dockerfile

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"]                                                                               

Tag summary

Content type

Image

Digest

sha256:1721146ce

Size

78.6 MB

Last updated

almost 11 years ago

docker pull oreng/ansible