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
- metadata-json-lint
- semantic_puppet
- rubocop
- rubocop-rspec
- pdk
- puppet-strings
- rgen (for puppet-strings)
- librarian-puppet
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%