Skip to content

Instantly share code, notes, and snippets.

View khrisrichardson's full-sized avatar

Khris Richardson khrisrichardson

View GitHub Profile
ARG DOCKER_IO_ALPINE_HELM
ARG DOCKER_IO_GOLANG
ARG GHCR_IO_FLUXCD_KUSTOMIZE_CONTROLLER
#
# helm/helm bin
#
FROM docker.io/alpine/helm:${DOCKER_IO_ALPINE_HELM} as helm
#
# fluxcd/kustomize-controller bin
#