Skip to content

Commit fdce261

Browse files
geroplroboquat
authored andcommitted
[dev] bump image
1 parent 88ff2c2 commit fdce261

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-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:gpl-dev-reliable-wipe.19
1+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:gpl-6665-slim-image.4
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
@@ -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:gpl-dev-reliable-wipe.19
56+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:gpl-6665-slim-image.4
5757
workingDir: /workspace
5858
imagePullPolicy: Always
5959
volumeMounts:

.werft/code-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pod:
1717
secretName: gcp-sa-gitpod-dev-deployer
1818
containers:
1919
- name: build
20-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:gpl-dev-reliable-wipe.19
20+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:gpl-6665-slim-image.4
2121
workingDir: /workspace
2222
imagePullPolicy: Always
2323
volumeMounts:

.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:gpl-dev-reliable-wipe.19
56+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:gpl-6665-slim-image.4
5757
workingDir: /workspace
5858
imagePullPolicy: Always
5959
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:gpl-dev-reliable-wipe.19
25+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:gpl-6665-slim-image.4
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:gpl-dev-reliable-wipe.19
17+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:gpl-6665-slim-image.4
1818
workingDir: /workspace
1919
imagePullPolicy: Always
2020
volumeMounts:

components/supervisor/pkg/config/gitpod-config_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func TestGitpodConfig(t *testing.T) {
2828
{
2929
Desc: "parsing",
3030
Content: `
31-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:gpl-dev-reliable-wipe.19
31+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:gpl-6665-slim-image.4
3232
workspaceLocation: gitpod/gitpod-ws.code-workspace
3333
checkoutLocation: gitpod
3434
ports:
@@ -47,7 +47,7 @@ vscode:
4747
- [email protected]:UATTe2sTFfCYWQ3jw4IRsw==
4848
- [email protected]:ZnPmyF/Pb8AIWeCqc83gPw==`,
4949
Expectation: &gitpod.GitpodConfig{
50-
Image: "eu.gcr.io/gitpod-core-dev/dev/dev-environment:gpl-dev-reliable-wipe.19",
50+
Image: "eu.gcr.io/gitpod-core-dev/dev/dev-environment:gpl-6665-slim-image.4",
5151
WorkspaceLocation: "gitpod/gitpod-ws.code-workspace",
5252
CheckoutLocation: "gitpod",
5353
Ports: []*gitpod.PortsItems{

0 commit comments

Comments
 (0)