puppetlabs-docker
puppetlabs-docker copied to clipboard
The Puppet Docker repository
## Describe the Bug When using argument with value like `--pull always` in `up_args` argument an error is thrown: `change from 'absent' to 'present' failed: Execution of /usr/bin/docker compose -f...
This used to be possible in version 9.1.0 and older, but got lost in translation from .erb to .epp templates. Fixes #989 ## Summary Changes 5 templates to use unless...
## Summary This if statement will enable the fact to work if you are using podman with docker symlink/support as the json syntax is lowercase on podman but camel/title case...
Upstart is a legacy init system that's not supported by any of the operating systems that are supported by the docker module. ## Summary Provide a detailed description of all...
(PF-3525) - pdk update for module pdk version: `3.2.0`
## Describe the Bug When the parameter docker::icc is set to false, this parameter is completely ignored ## Expected Behavior The OPTIONS variable in /etc/sysconfig/docker should include --icc=false ## Steps...
## Summary Fixes issue #984 where up_args are being placed before up, and need to go after. ## Additional Context Since 'compose' became an argument, the insert statement just need...
## 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...
## Use Case run `docker` on Debian 13 trixie ``` Notice: /Stage[main]/Docker::Repos/Apt::Source[docker]/Apt::Key[Add key: 9DC858229FC7DD38854AE2D88D81803C0EBFCD88 from Apt::Source docker]/Anchor[apt_key 9DC858229FC7DD38854AE2D88D81803C0EBFCD88 present]: Dependency Apt_key[Add key: 9DC858229FC7DD38854AE2D88D81803C0EBFCD88 from Apt::Source docker] has failures: true Warning:...
## Summary remove dependency on cgroupfs-mount for Debian trixie, because that package isn't available in that release. ## Related Issues (if any) Fixes #1023 ## Checklist - [ ] 🟢...