/dockerfiles

A home for my various custom Docker images

Primary LanguageRustMIT LicenseMIT

dockerfiles

A home for my various custom Docker images.

Build Status

Warning I am not currently using any of the images listed below, so they are most likely not maintained.

Images

Image Base image Main features Extra Pulls
awscli Python alpine AWS CLI, zip, git zip, git Docker Pulls
awscli-terraform Python alpine AWS CLI, terraform zip, git, ca-certificates, openssl Docker Pulls
az-helm-kubectl-terraform Azure CLI kubectl, helm, terraform bash, curl, git, ca-certificates, initialized helm client Docker Pulls
helm-kubectl-terraform Alpine kubectl, helm, terraform bash, curl, git, ca-certificates, initialized helm client Docker Pulls
jdk-helm-kubectl-terraform Maven 3.6 JDK 11 slim kubectl, helm, terraform unzip, ant, gradle, initialized helm client Docker Pulls
maven-awscli Maven 3.6 JDK 11 slim AWS CLI python, pip, nc Docker Pulls
node-chrome Alpeware Chrome Headless 77 nodeJS 10 curl, build-essential Docker Pulls
node-firefox nodeJS 10 Jessie Firefox Docker Pulls
python-helm-kubectl-terraform Python alpine kubectl, helm, terraform bash, curl, git, ca-certificates, initialized helm client Docker Pulls
ruby-helm-kubectl-terraform Ruby 2.5.3 alpine kubectl, helm, terraform bash, curl, git, ca-certificates, initialized helm client Docker Pulls
swagger-to-diagram OpenJDK JRE 11 slim custom swagger to diagram script curl, python, graphviz Docker Pulls

*-helm-kubectl-terraform

Docker images that include helm, kubectl, and terraform.

  • Inspired by dtzar/helm-kubectl
  • Includes terraform
  • Current versions: kubectl v1.17.0, helm v2.16.1, terraform 0.12.18

basic

Docker images that launch GW-Basic and QBasic using DOSBox.

See the related README for more information.

Building and releasing

To avoid rebuilding everything, images will only be built if:

  • their folder has changes
  • there is a tag in the format of vX.Y.Z-folder

If an image is built, it will be released when:

  • building on the master branch, in which case it is tagged as latest
  • building on a tag vX.Y.Z-folder, in which case it is tagged as vX.Y.Z