From d76ea59f4c9dcdaace382568d2a4037ccce1ccba Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 7 Jun 2017 10:02:48 +0200 Subject: feat image: Add Dockerfile for CI pipeline image Adds a simple Docker image that can be used in CI pipelines to deploy `kontemplate`-based environments. This image contains kontemplate and all of its dependencies (including pass as an optional dependency). --- image/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 image/README.md (limited to 'image/README.md') diff --git a/image/README.md b/image/README.md new file mode 100644 index 000000000000..fe04765401be --- /dev/null +++ b/image/README.md @@ -0,0 +1,12 @@ +Kontemplate Docker image +======================== + +This builds a simple Docker image available on the Docker Hub as `tazjin/kontemplate`. + +Builds are automated based on the Dockerfile contained here. + +It contains both `kontemplate` and `kubectl` and can be used as part of container-based +CI pipelines. + +`pass` and its dependencies are also installed to enable the use of the `passLookup` +template function if desired. -- cgit 1.4.1