Skip to content

Commit

Permalink
Update to use release 2022.01
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms authored and mrsimonemms committed Jan 28, 2022
1 parent cd8f78e commit 2f2b8c9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
ARG GITPOD_VERSION="main.1887"

FROM eu.gcr.io/gitpod-core-dev/build/installer:$GITPOD_VERSION as installer

FROM mcr.microsoft.com/azure-cli:2.9.1

RUN apk add --no-cache \
gettext \
jq

ARG GITPOD_VERSION="2022.01"
ARG HELM_VERSION=v3.6.3

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 \
Expand All @@ -21,7 +18,8 @@ RUN mkdir -p /tmp/helm/ \
RUN curl -fsSL https://github.com/mikefarah/yq/releases/download/v4.12.2/yq_linux_amd64 -o /usr/local/bin/yq \
&& chmod +x /usr/local/bin/yq

COPY --from=installer /app/installer /usr/local/bin/gitpod-installer
RUN curl -fsSL https://github.com/gitpod-io/gitpod/releases/download/${GITPOD_VERSION}/gitpod-installer-linux-amd64 -o /usr/local/bin/gitpod-installer \
&& chmod +x /usr/local/bin/gitpod-installer

WORKDIR /gitpod

Expand Down

0 comments on commit 2f2b8c9

Please sign in to comment.