Skip to content

Commit 5b28ac4

Browse files
author
Simon Emms
committed
Add Replicated/KOTS dependencies to image
1 parent baee93a commit 5b28ac4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitpod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bmp-leeway.0
1+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:sje-add-kots.0
22
workspaceLocation: gitpod/gitpod-ws.code-workspace
33
checkoutLocation: gitpod
44
ports:

dev/image/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -231,5 +231,9 @@ RUN curl -LO https://github.com/brancz/gojsontoyaml/releases/download/v${GOJSONT
231231
tar -xzvf gojsontoyaml_${GOJSONTOYAML_VERSION}_linux_amd64.tar.gz && \
232232
sudo mv gojsontoyaml /usr/local/bin/gojsontoyaml
233233

234+
# Install Replicated and KOTS
235+
RUN brew install replicatedhq/replicated/cli kubectl helm && \
236+
curl https://kots.io/install | bash
237+
234238
# Copy our own tools
235239
COPY dev-kubecdl--app/kubecdl dev-gpctl--app/gpctl /usr/bin/

0 commit comments

Comments
 (0)