https://github.com/jacobhenner/puppet-test-docker
Docker image with rspec-puppet, yaml-lint, puppet-lint and jsonlint installed.
https://github.com/jacobhenner/puppet-test-docker
Last synced: 4 months ago
JSON representation
Docker image with rspec-puppet, yaml-lint, puppet-lint and jsonlint installed.
- Host: GitHub
- URL: https://github.com/jacobhenner/puppet-test-docker
- Owner: JacobHenner
- License: mit
- Created: 2017-11-29T01:54:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T21:52:44.000Z (over 7 years ago)
- Last Synced: 2025-10-16T02:06:52.162Z (8 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
8. metadata-json-lint
9. semantic_puppet
10. rubocop
11. rubocop-rspec
12. pdk
13. puppet-strings
14. rgen (for puppet-strings)
## 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](LICENSE).