Sha256: 1c48581dafd7e5c243a4a11fea62d017530bff9f74db492af2a405acb00682ef
Contents?: true
Size: 370 Bytes
Versions: 7
Compression:
Stored size: 370 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:centos6-onbuild MAINTAINER William Yeh <william.pjyeh@gmail.com> # # build phase # ENV PLAYBOOK test.yml RUN ansible-playbook-wrapper -vvv # # test phase # CMD ["node", "--version"]
Version data entries
7 entries across 7 versions & 1 rubygems