Sha256: 3d20bb16b5c4bab2b461d7ca98f185a3a5f31533718c3e7d25e8542a06769f3b

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:centos7-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

Version Path
taperole-1.3.6 vendor/williamyeh.nodejs/test/Dockerfile-centos7
taperole-1.3.5 vendor/williamyeh.nodejs/test/Dockerfile-centos7
taperole-1.3.4 vendor/williamyeh.nodejs/test/Dockerfile-centos7
taperole-1.3.3 vendor/williamyeh.nodejs/test/Dockerfile-centos7
taperole-1.3.2 vendor/williamyeh.nodejs/test/Dockerfile-centos7
taperole-1.3.1 vendor/williamyeh.nodejs/test/Dockerfile-centos7
taperole-1.3.0 vendor/williamyeh.nodejs/test/Dockerfile-centos7