File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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
2
2
workspaceLocation : gitpod/gitpod-ws.code-workspace
3
3
checkoutLocation : gitpod
4
4
ports :
Original file line number Diff line number Diff line change @@ -231,5 +231,9 @@ RUN curl -LO https://github.com/brancz/gojsontoyaml/releases/download/v${GOJSONT
231
231
tar -xzvf gojsontoyaml_${GOJSONTOYAML_VERSION}_linux_amd64.tar.gz && \
232
232
sudo mv gojsontoyaml /usr/local/bin/gojsontoyaml
233
233
234
+ # Install Replicated and KOTS
235
+ RUN brew install replicatedhq/replicated/cli kubectl helm && \
236
+ curl https://kots.io/install | bash
237
+
234
238
# Copy our own tools
235
239
COPY dev-kubecdl--app/kubecdl dev-gpctl--app/gpctl /usr/bin/
You can’t perform that action at this time.
0 commit comments