puppetlabs-docker icon indicating copy to clipboard operation
puppetlabs-docker copied to clipboard

The Puppet Docker repository

Results 64 puppetlabs-docker issues
Sort by recently updated
recently updated
newest added

based on https://github.com/puppetlabs/puppetlabs-docker/pull/178

community

Still working on root causing this. If I try to apply a manifest with `docker::run` included (fresh host build) it will error out with `no such file or directory -...

community
bug

Debian 7 support was dropped a long time ago ## Summary Provide a detailed description of all the changes present in this pull request. ## Additional Context Add any additional...

community

## Describe the Bug I have my init.pp file include 2 classes: * docker_setup.pp * docker_container.pp docker_setup.pp has the following code: ```puppet class docker_setup { class { 'docker': docker_users =>...

community
bug

Quick question, I noticed when setting ensure to latest in ::image it does pull new images. Is there a way o automatically restart the container using that image as well?...

community

If using the legacy distribution provided docker yum packages (1.13.1) there is no working combination of the following parameters due to wrong regexes in https://github.com/puppetlabs/puppetlabs-docker/blob/c861112cd817a930199cc072ffd3e3e593534712/manifests/init.pp#L546 and https://github.com/puppetlabs/puppetlabs-docker/blob/c861112cd817a930199cc072ffd3e3e593534712/manifests/init.pp#L609 - version (specify...

bug

Since Ubuntu 22.04 / Debian 11 apt-key is deprecated. Storing gpg-keys in /etc/apt/trusted.gpg (default behavior) is now producing warnings. Also it is not longer recommended to get the gpg-keys via...

community

This PR could possibly resolve https://github.com/puppetlabs/puppetlabs-docker/issues/884

bugfix
community

dpkg expects `arm64`, while the kernel reports `aarch64` #115 broke it on ARM. In #494 was this already pointed out.

bugfix
community

This attempts to fix the issues identified in #881 and while it does address the identified issues in our scenario, I have some concerns about the approach/sanity of these checks...

community