File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- ARG GITPOD_VERSION="main.1887"
2-
3- FROM eu.gcr.io/gitpod-core-dev/build/installer:$GITPOD_VERSION as installer
4-
51FROM mcr.microsoft.com/azure-cli:2.9.1
62
73RUN apk add --no-cache \
84 gettext \
95 jq
106
7+ ARG GITPOD_VERSION="2022.01"
118ARG HELM_VERSION=v3.6.3
129
1310RUN curl -fsSL "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" -o /usr/local/bin/kubectl \
@@ -21,7 +18,8 @@ RUN mkdir -p /tmp/helm/ \
2118RUN curl -fsSL https://github.com/mikefarah/yq/releases/download/v4.12.2/yq_linux_amd64 -o /usr/local/bin/yq \
2219 && chmod +x /usr/local/bin/yq
2320
24- COPY --from=installer /app/installer /usr/local/bin/gitpod-installer
21+ RUN curl -fsSL https://github.com/gitpod-io/gitpod/releases/download/${GITPOD_VERSION}/gitpod-installer-linux-amd64 -o /usr/local/bin/gitpod-installer \
22+ && chmod +x /usr/local/bin/gitpod-installer
2523
2624WORKDIR /gitpod
2725
You can’t perform that action at this time.
0 commit comments