Skip to content
Snippets Groups Projects
Commit 91d29d41 authored by Steffen Schulze's avatar Steffen Schulze
Browse files

Update Dockerfile

parent cf8af8c3
Branches
Tags
No related merge requests found
Pipeline #38200 passed
FROM gcr.io/kaniko-project/executor:debug AS kaniko
FROM alpine:3.14.2
FROM python:3.11-alpine FROM python:3.11-alpine
RUN apk update RUN apk update
RUN apk add bash RUN apk add bash
...@@ -11,9 +9,3 @@ RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master ...@@ -11,9 +9,3 @@ RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master
chmod +x get_helm.sh && \ chmod +x get_helm.sh && \
./get_helm.sh ./get_helm.sh
COPY --from=kaniko /kaniko/ /kaniko/
ENV PATH $PATH:/usr/local/bin:/kaniko
ENV DOCKER_CONFIG /kaniko/.docker/
ENV DOCKER_CREDENTIAL_GCR_CONFIG /kaniko/.config/gcloud/docker_credential_gcr_config.json
ENV SSL_CERT_DIR /kaniko/ssl/certs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment