Skip to content

Commit 8e10963

Browse files
committed
Update dev-environment image
1 parent 273b8ce commit 8e10963

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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:pluggable-workspace-cluster.9
1+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-go163.38
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
@@ -30,7 +30,7 @@ pod:
3030
- name: MYSQL_TCP_PORT
3131
value: 23306
3232
- name: build
33-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pluggable-workspace-cluster.9
33+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-go163.38
3434
workingDir: /workspace
3535
imagePullPolicy: Always
3636
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:pluggable-workspace-cluster.9
25+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-go163.38
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:pluggable-workspace-cluster.9
17+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-go163.38
1818
workingDir: /workspace
1919
imagePullPolicy: Always
2020
volumeMounts:

components/gitpod-protocol/go/gitpod-config_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func TestGitpodConfig(t *testing.T) {
2424
{
2525
Desc: "parsing",
2626
Content: `
27-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pluggable-workspace-cluster.9
27+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-go163.38
2828
workspaceLocation: gitpod/gitpod-ws.code-workspace
2929
checkoutLocation: gitpod
3030
ports:
@@ -43,7 +43,7 @@ vscode:
4343
- [email protected]:UATTe2sTFfCYWQ3jw4IRsw==
4444
- [email protected]:ZnPmyF/Pb8AIWeCqc83gPw==`,
4545
Expectation: &GitpodConfig{
46-
Image: "eu.gcr.io/gitpod-core-dev/dev/dev-environment:pluggable-workspace-cluster.9",
46+
Image: "eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-go163.38",
4747
WorkspaceLocation: "gitpod/gitpod-ws.code-workspace",
4848
CheckoutLocation: "gitpod",
4949
Ports: []*PortsItems{

0 commit comments

Comments
 (0)