Sha256: 4049ceab38bc87d312e586fc5a00834675bcf511c378af15f38f4266986dcba8
Contents?: true
Size: 365 Bytes
Versions: 7
Compression:
Stored size: 365 Bytes
Contents
# Dockerfile for building image that contains software stack provisioned by Ansible. # # USAGE: # $ docker build . # # Version 1.0 # # pull base image FROM williamyeh/ansible:debian8-onbuild MAINTAINER William Yeh <william.pjyeh@gmail.com> # # build phase # ENV PLAYBOOK test.yml RUN ansible-playbook-wrapper # # test phase # CMD ["node", "--version"]
Version data entries
7 entries across 7 versions & 1 rubygems