A collection of container images for ci/cd usage or to use as base-image when building application images.
All container images aim to be micro
images, this means:
- no package manager
- bash (required by some ci tools)
- the actual application
- supported for a wide range of architectures
We also provide a minimal and build image, which should be used in a multi stage builds to first compile/download/verify and then finally move the final artifacts into the micro
image.
All images are available in the following registries:
These images can be used as a base to build your own app images.