Puppet r10k image based on Alpine Linux
1.0K
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.
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.6Set 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
Content type
Image
Digest
Size
10.4 MB
Last updated
almost 9 years ago
docker pull andyshinn/docker-r10k