Skip to content

muehlemann-popp/gke-deploy-tools

This branch is 1 commit ahead of, 63 commits behind main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
dockerfile-generator
Jul 8, 2024
fd0bb6f · Jul 8, 2024
Jun 18, 2024
Mar 1, 2024
Aug 22, 2022
Mar 3, 2023
Mar 8, 2023
Jul 8, 2024
Aug 22, 2022
Jul 8, 2024
Jul 1, 2024
Mar 6, 2024
Jun 19, 2024
Jul 8, 2024

Repository files navigation

Build image

You can manually build the Docker image with the following command:

docker buildx build . -t muehlemannpopp/gke-deploy-tools:latest \
       --build-arg KUSTOMIZE_VERSION=5.4.2 \
       --build-arg SOPS_VERSION=3.9.0 \
       --build-arg HELM_VERSION=3.15.2

Push image

docker tag muehlemannpopp/gke-deploy-tools:latest \
       muehlemannpopp/gke-deploy-tools:483.0.0
docker push muehlemannpopp/gke-deploy-tools:483.0.0
docker push muehlemannpopp/gke-deploy-tools:latest

Dependency versions

dependency version last updated digest
google-cloud 483.0.0-alpine 2024-07-07T10:47:02.335578Z sha256:3c0b20a35425741b40f179846334d96feb2cedb51d58c78a0da31481fd99ac06
kustomize 5.4.2 2024-05-22T15:28:37Z
sops 3.9.0 2024-06-28T06:14:47Z
Helm 3.15.2 2024-06-12T14:17:48Z

Google Cloud SDK

The latest base image version can be checked here:

https://hub.docker.com/r/google/cloud-sdk/tags

Kustomize

The latest kustomize version can be checked here:

https://github.com/kubernetes-sigs/kustomize/releases

Sops

The latest sops version can be checked here:

https://github.com/getsops/sops/releases

Helm

The latest Helm version can be checked here:

https://github.com/helm/helm/releases