Repository for a collection of Dockerfiles that have helped us during development and during projects. Useful for local development, deployments and CI/CD pipelines.
Currently, we offer:
python-poetry: Wherepoetryis the amazing python package manager. So far other images we found were outdated and unmaintained. We recommend to useacidrain'sDockerfilespython-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+helmimages and files in order to support our continuous delivery, where:aws-cliis used to connect to AWS infrastructurechamberis used to securely inject secrets into the deployment,helmis used to deploy the application- image name:
sidestream/aws-cli-chamber-helm
ci-cd/aws-cli-chamber-helmsman:aws-cli+chamber+helm+helmsmanimages and files in order to support our continuous delivery, where:aws-cliis used to connect to AWS infrastructurechamberis used to securely inject secrets into the deployment,helmis used to deploy the applicationhelmsmanis 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+helmimages and files in order to support our continuous delivery, where:aws-cliis used to connect to AWS infrastructureazure-cliis used to connect to Azure infrastructurechamberis used to securely inject secrets into the deployment,helmis used to deploy the application- image name:
sidestream/aws-az-cli-chamber-helm
ci-cd/docker-in-docker-chamber: Docker-in-docker (dind) andchamberfor 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.