Sha256: e3ce10d7aec758a03d23efdd8e1c12f0b60afd728688bea952c3035ae39bf6f5
Contents?: true
Size: 369 Bytes
Versions: 7
Compression:
Stored size: 369 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:ubuntu14.04-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