puppetlabs-docker
puppetlabs-docker copied to clipboard
The Puppet Docker repository
## Describe the Bug We have a RHEL 9.4 server with podman installed as replacement for Docker. Podman installs a docker command to emulate docker using podman. Running puppet give...
## Use Case I want to be able to authenticate to a private registry in a secure and recommended way, i.e. using --password-stdin and using secrets stored in a vault,...
## Summary Currently, CD4PE is using this module as part of the version 5 installation. When we use docker::run, as part of starting up the application containers, we're getting warnings...
## Summary Addresses #973. Using Puppet::Util::Yaml.safe_load rather than just YAML.safe_load already contains a [check for this specific issue. ](https://fossies.org/linux/puppet/lib/puppet/util/yaml.rb) Note, there are numerous other issues with this method and file,...
## Summary Add Debian 12 support ## Additional Context - Update container-tools package. - Skip docker plugin tests for aarch architecture as the plugin ''vieux/sshfs' is not properly supported for...
## Describe the Bug I was working on my docker-compose.yaml and had a dependence issue. But the error-message I received was very cryptic: "Could not evaluate: undefined method `[]' for...
## Summary Fix an issue where services are wrongly restarted as a corrective measure, due to images built with docker compose not detected as running. ## Additional Context Add any...
## Summary Fix wrong position of up_args arguments passed to command and handle up_args argument that contains value like `--pull always`. Issue: #984 and #996 ## Additional Context ## Related...
## Describe the Bug Incorrect URL is used for the package_ce_source_location that includes "/centos/" which the docker stopped updating ~5 months ago. ## Expected Behavior Latest docker-ce package should be...
Possible fix for issue #998 ## Summary use rhel repo instead of deprecated centos ## Additional Context We expect docker stopped updating the centos repos when CentOS 8 streams went...