Skip to content
Snippets Groups Projects
Commit 583793ed authored by Sören Henning's avatar Sören Henning
Browse files

Add k3d-helm build image

parent 190231b5
No related branches found
No related tags found
1 merge request!214Test Helm chart in CI pipeline
Pipeline #6286 canceled
FROM docker:${DOCKER_VERSION:-latest}
RUN apk add -U wget bash openssl
# install kubectl
RUN wget -q -O /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL}/bin/linux/amd64/kubectl && \
chmod +x /usr/local/bin/kubectl
# install k3d
RUN wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash
# install Helm
RUN wget -q -O - https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment