Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 2.09 KB

README.md

File metadata and controls

28 lines (25 loc) · 2.09 KB

Dockerfiles

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: Where poetry is the amazing python package manager. So far other images we found were outdated and unmaintained. We recommend to use acidrain's Dockerfiles python-poetry. They are very good 🙂
    • image name example: acidrain/python-poetry:3.9-slim
  • 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 infrastructure
    • chamber 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 infrastructure
    • chamber is used to securely inject secrets into the deployment,
    • helm is used to deploy the application
    • helmsman 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 infrastructure
    • azure-cli is used to connect to Azure infrastructure
    • chamber 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) and chamber for docker build time configuration injection in CI/CD pipeline
    • image name: sidestream/docker-in-docker-chamber

You can find and pull the images on docker hub.