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).
This commit is contained in:
parent
9923b1e64d
commit
d76ea59f4c
3 changed files with 28 additions and 0 deletions
12
image/README.md
Normal file
12
image/README.md
Normal file
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue