2017-11-28 21:51:56 -05:00
2017-11-28 21:51:56 -05:00
2017-11-28 20:54:47 -05:00
2017-11-28 21:51:56 -05:00

puppet-test-docker

Purpose

This Docker image is useful for testing Puppet code, especially as the base image for a dockerized continuous integration process. It includes the following RubyGems:

  1. puppet
  2. puppet-lint
  3. puppet-syntax
  4. rspec-puppet
  5. puppetlabs_spec_helper
  6. jsonlint
  7. yaml-lint

Using this image

To pull this image: docker pull jacobhenner/puppet-test

To run this image interactively: docker run -it jacobhenner/puppet-test /bin/bash

See LICENSE.

Description
Docker image with rspec-puppet, yaml-lint, puppet-lint and jsonlint installed
Readme MIT 30 KiB
Languages
Dockerfile 100%