puppetlabs-docker
puppetlabs-docker copied to clipboard
The Puppet Docker repository
## Describe the Bug Using this module in Debian trixie fails with: ``` Error: /Stage[main]/Docker::Repos/Package[cgroupfs-mount]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install cgroupfs-mount'...
## Use Case We are in the process of hardening our Ubuntu servers using the Security Technical Implementation Guides (STIGs) for Ubuntu. The default hard-coded 0770 are too permissive and...
## Describe the Bug Puppet Agent mis-detecting parameter change and thus containers get restarted when configuration change did not happen. ## Expected Behavior Docker container(s) not getting restarted. ## Steps...
## Describe the Bug If a docker network exists with the same name as the container created by `docker::run`, the following error results: ``` Error: Failed to apply catalog: undefined...
* Usable when overlay2 storage is backed by an xfs filesystem with pquoata support * https://docs.docker.com/reference/cli/dockerd/#overlay2size ## Summary Support defining overlay2.size setting, which allows restriction of storage usage per container:...
## Summary Remove use of the interfaces fact but rely on networking.interfaces ## Additional Context See https://www.puppet.com/docs/puppet/8/upgrading-from-puppet7-to-puppet8#upgrading-from-puppet7-to-puppet8-legacy-facts-deprecation ## Checklist - [ ] 🟢 Spec tests. - [ ] 🟢 Acceptance...
## Use Case We were using docker module to manage docker container on rhel 7, We are migrating to rhel 8, where we don't have docker instead we need to...
## Summary Add CentOS 9 support ## Additional Context ## Related Issues (if any) Mention any related issues or pull requests. ## Checklist - [ ] 🟢 Spec tests. -...
## Describe the Bug Docker Compose always restart container ## Expected Behavior If the container is running, docker compose should not restart the container ## Steps to Reproduce Steps to...
## Summary Provide a detailed description of all the changes present in this pull request. ## Additional Context Add any additional context about the problem here. - [ ] Root...