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

Build Docker images from Puppet code

Results 11 puppetlabs-image_build issues
Sort by recently updated
recently updated
newest added

Add support for Debian buster-based Docker images. At the time of this writing Debian Buster has been available for more than two months.

As stated--I'd like to know if this module is still being maintained.

This allows the use of structured fact overrides. When we always copy the custom facts file as "custom_facts.txt", it limits us to only string-based facts. When we allow things like...

Current elasticsearch version now listens to 127.0.0.1 by default, so it's unreachable outside the container. This commit fixes it by listening to 0.0.0.0

Hello, Creating the metadata file to build images , if you use Centos as distribution, by example: cmd: "/usr/sbin/apache2,-DFOREGROUND" expose: 80 image_name: puppetdocker/apachetest from: centos The next error is obtained,...

Sometimes you want to push additional variables to facter during puppet apply. For instance, secrets should not be stored under version control but are needed when the configuration is applied....

We have a workflow where we push development branches which get deployed as Puppet environments and I think I would need `image_build` to support specification of an `--environment` for development...