This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
# |