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

The Puppet Docker repository

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

## Summary update dependencies to match current versions of transient dependencies. ## Additional Context ``` puppet module list --tree --modulepath modules Warning: Module 'puppetlabs-apt' (v11.1.0) fails to meet some dependencies:...

## Summary Correct the order of arguments in Docker compose command by moving the up_args to after the up command ## Additional Context Add any additional context about the problem...

## Describe the Bug When I define up_args in docker_compose they are inserted before the up command causing an error in the puppet run. Example ``` docker_compose { 'application': ensure...

bug

Somehow this repo was missed when the trusted contributors were configured. I already configured for most repos: ``` $ grep bastelfreak */CODEOWNERS forge-ruby/CODEOWNERS:* @puppetlabs/forge-team @bastelfreak influxdb/CODEOWNERS:* @puppetlabs/support @bastelfreak puppetlabs-accounts/CODEOWNERS:* @puppetlabs/modules...

community

Currently, the plugin supports Ubuntu 22.04 LTS. Please add support for the latest LTS 24.04.

## Describe the Bug puppetlabs-docker depends on puppetlabs-apt < 11.0.0. as there is newer versions ov puppetlabs-apt this blocks usage of the new versions.

bug

## Summary This PR makes it possible to configure systemd rate-limiting parameters (StartLimitIntervalSec and StartLimitBurst) in unit files created by docker::run. Why is this needed? Some container workloads may crash...

Fixes https://github.com/puppetlabs/puppetlabs-docker/issues/884 ``` W: https://download.docker.com/linux/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. ``` Relates to https://github.com/puppetlabs/puppetlabs-docker/pull/965

when you declare a docker::run it sets as default a stop_wait_time of 10 which results in the service beeing created with --time command: ``` CGroup: /system.slice/docker-redisinsight.service ├─2885800 bash /usr/local/bin/docker-run-containername-stop.sh └─2885806...

bug