This repository contains Dockerfiles used to build base images for:
- Deploying eQ container with helm (k8s-helm-deploy-image)
- Building the eQ Terraform base image (terraform-deploy-image)
- Building the Tinyproxy image tinyproxy-image
- Building the eQ Python deploy image python-deploy-image
The first three images are used in Concourse pipelines to run the tasks above and the final image is used to connect to Concourse Kubernetes.
This repository contains an .editorconfig in order to ensure formatting of files is consistent across the codebase. Any configurations can be found here. No additional plugins are required as Pycharm comes with support for EditorConfig. Other IDEs may not have the same support. Visit this link to check if your IDE needs a plugin.
To build the images use the make
commands below:
Command | Task |
---|---|
make build-k8s-helm-image |
Build the base image for deploying eQ containers |
make build-terraform-image |
Build the terraform base image |
make build-python-image |
Build the python base image |
make build-tinyproxy-image |
Build the tinyproxy image |