Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.61 KB

README.md

File metadata and controls

57 lines (34 loc) · 1.61 KB

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.5.0 \
       --build-arg SOPS_VERSION=3.9.3 \
       --build-arg HELM_VERSION=3.16.4

Push image

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

Dependency versions

dependency version last updated digest
google-cloud 504.0.1-alpine 2024-12-20T03:30:36.407627Z sha256:8f2fa32806265f73034cea7ebfe92b52d2c3bd9be21a90cd87781de7c0edddc6
kustomize 5.5.0 2024-10-09T13:17:14Z
sops 3.9.3 2024-12-31T12:54:35Z
Helm 3.16.4 2024-12-16T18:53:38Z

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