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

## Describe the Bug `docker_compose` will not register a service as running if one of the containers uses an image in the form `docker.io/library/`. This seems to be an old...

bug

This commit adds to the list of officially supported platform. My rationale for adding Centos/RHEL 8 is because of this change: https://github.com/puppetlabs/puppetlabs-docker/pull/926 My rationale for adding SLES is because of...

In #944, we switched from ERB to EPP. This has not been released yet, but while testing I spotted some white space changes that where unexpected. Adjust the code so...

maintenance
community

## Summary From https://github.com/puppetlabs/puppetlabs-docker/issues/748 - sets the default `memory_limits` value to `undef` instead of `0b`. As the Docker documentation states that `0b` is an impossible value to use - it...

bugfix
community

## Summary We created a flag to disable Escaping just for the Enviroment ## Additional Context Add any additional context about the problem here. - [ ] Our DOCKER_GID is...

community

## Describe the Bug Using `docker_compose` together with a `docker-compose.yaml` with a custom build image like for example: * docker-compose.yml: ```yaml version: '3.5' services: example: build: context: . dockerfile: Dockerfile...

bug

## Use Case The `docker_compose` resource in this module should support the Docker Compose plugin. ## Describe the Solution You Would Like The `docker_compose` resource uses docker-compose-plugin rather than failing...

feature
community
enhancement

(CAT-1256) Roll out puppetlabs-puppet-lint and puppetlabs-rspec-puppet through spec_helper v7.0 pdk version: `2.7.0`

maintenance

## 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...

maintenance

I'm not sure if this is exactly a documentation change, but it's also not really a code change request, so apologies in advance if this is filed in the wrong...