Skip to content

Commit c6ab2d3

Browse files
Simon Emmsroboquat
Simon Emms
authored andcommitted
Add Replicated/KOTS dependencies to workspace image
1 parent 4284d72 commit c6ab2d3

9 files changed

+12
-8
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
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.6
22
workspaceLocation: gitpod/gitpod-ws.code-workspace
33
checkoutLocation: gitpod
44
ports:

.werft/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pod:
6868
- name: MYSQL_TCP_PORT
6969
value: 23306
7070
- name: build
71-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bmp-leeway.0
71+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:sje-add-kots.6
7272
workingDir: /workspace
7373
imagePullPolicy: Always
7474
volumeMounts:

.werft/clean-up-werft-build-nodes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pod:
1616
type: Directory
1717
containers:
1818
- name: build
19-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bmp-leeway.0
19+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:sje-add-kots.6
2020
workingDir: /workspace
2121
imagePullPolicy: IfNotPresent
2222
env:

.werft/debug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pod:
5353
- name: MYSQL_TCP_PORT
5454
value: 23306
5555
- name: build
56-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bmp-leeway.0
56+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:sje-add-kots.6
5757
workingDir: /workspace
5858
imagePullPolicy: Always
5959
volumeMounts:

.werft/delete-preview-environments/delete-preview-environments-cron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pod:
1818
secretName: gcp-sa-gitpod-release-deployer
1919
containers:
2020
- name: build
21-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bmp-leeway.0
21+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:sje-add-kots.6
2222
workingDir: /workspace
2323
imagePullPolicy: Always
2424
volumeMounts:

.werft/delete-preview-environments/delete-preview-environments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pod:
1818
secretName: gcp-sa-gitpod-release-deployer
1919
containers:
2020
- name: build
21-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bmp-leeway.0
21+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:sje-add-kots.6
2222
workingDir: /workspace
2323
imagePullPolicy: Always
2424
volumeMounts:

.werft/run-integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pod:
2222
emptyDir: {}
2323
initContainers:
2424
- name: gcloud
25-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bmp-leeway.0
25+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:sje-add-kots.6
2626
workingDir: /workspace
2727
imagePullPolicy: Always
2828
volumeMounts:

.werft/wipe-devstaging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pod:
1414
secretName: gcp-sa-gitpod-dev-deployer
1515
containers:
1616
- name: wipe-devstaging
17-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bmp-leeway.0
17+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:sje-add-kots.6
1818
workingDir: /workspace
1919
imagePullPolicy: Always
2020
volumeMounts:

dev/image/Dockerfile

Lines changed: 4 additions & 0 deletions
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 curl https://raw.githubusercontent.com/replicatedhq/replicated/v0.38.0/install.sh | sudo bash && \
236+
curl https://kots.io/install/1.65.0 | bash
237+
234238
# Copy our own tools
235239
COPY dev-kubecdl--app/kubecdl dev-gpctl--app/gpctl /usr/bin/

0 commit comments

Comments
 (0)