Skip to content

Commit 2f2b8c9

Browse files
Simon Emmsmrsimonemms
Simon Emms
authored andcommitted
Update to use release 2022.01
1 parent cd8f78e commit 2f2b8c9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: Dockerfile

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
ARG GITPOD_VERSION="main.1887"
2-
3-
FROM eu.gcr.io/gitpod-core-dev/build/installer:$GITPOD_VERSION as installer
4-
51
FROM mcr.microsoft.com/azure-cli:2.9.1
62

73
RUN apk add --no-cache \
84
gettext \
95
jq
106

7+
ARG GITPOD_VERSION="2022.01"
118
ARG HELM_VERSION=v3.6.3
129

1310
RUN 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/ \
2118
RUN 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

2624
WORKDIR /gitpod
2725

0 commit comments

Comments
 (0)