0ef5b3a0626f5c09be689f93696f3d49e624b16d
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:
- puppet
- puppet-lint
- puppet-syntax
- rspec-puppet
- puppetlabs_spec_helper
- jsonlint
- 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
Copyright
See LICENSE.
Languages
Dockerfile
100%