Sign inSign up

andyshinn/docker-r10k

By andyshinn

Updated almost 9 years ago

Puppet r10k image based on Alpine Linux

Image
0

1.0K

andyshinn/docker-r10k repository overview

docker-r10k

It's just a Docker image tagged with the current version of r10k installed. The r10k binary is the ENTRYPOINT. It's small at only about 28MB.

Images

Latest will point at the master branch (usually latest release). Available versions:

  • andyshinn/r10k:2.5.5: r10k 2.5.5 based on Alpine 3.6

Usage

Set a working directory and then map your current folder containing Puppetfile to that same working directory:

$ docker run --rm -w /puppet -v $PWD:/puppet andyshinn/r10k:2.5.5 puppetfile check
Syntax OK

Tag summary

Content type

Image

Digest

Size

10.4 MB

Last updated

almost 9 years ago

docker pull andyshinn/docker-r10k