Repository for a collection of Dockerfile
s that have helped us during development and during projects. Useful for local development, deployments and CI/CD pipelines.
Currently, we offer:
python-poetry
: Wherepoetry
is the amazing python package manager. So far other images we found were outdated and unmaintained. We recommend to useacidrain
'sDockerfile
spython-poetry
. They are very good 🙂- image name example:
acidrain/python-poetry:3.9-slim
- image name example:
ci-cd/aws-cli-chamber-helm
:aws-cli
+chamber
+helm
images and files in order to support our continuous delivery, where:aws-cli
is used to connect to AWS infrastructurechamber
is used to securely inject secrets into the deployment,helm
is used to deploy the application- image name:
sidestream/aws-cli-chamber-helm
ci-cd/aws-cli-chamber-helmsman
:aws-cli
+chamber
+helm
+helmsman
images and files in order to support our continuous delivery, where:aws-cli
is used to connect to AWS infrastructurechamber
is used to securely inject secrets into the deployment,helm
is used to deploy the applicationhelmsman
is used as a desired state file tooling for helm- image name:
sidestream/aws-cli-chamber-helmsman
ci-cd/aws-az-cli-chamber-helm
:aws-cli
+azure-cli
+chamber
+helm
images and files in order to support our continuous delivery, where:aws-cli
is used to connect to AWS infrastructureazure-cli
is used to connect to Azure infrastructurechamber
is used to securely inject secrets into the deployment,helm
is used to deploy the application- image name:
sidestream/aws-az-cli-chamber-helm
ci-cd/docker-in-docker-chamber
: Docker-in-docker (dind) andchamber
for docker build time configuration injection in CI/CD pipeline- image name:
sidestream/docker-in-docker-chamber
- image name:
You can find and pull the images on docker hub.