Skip to content

Commit 66bc605

Browse files
Andrew Farriesroboquat
authored andcommitted
Update image references
1 parent 88513d2 commit 66bc605

16 files changed

+16
-16
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:aledbf-go184.0
1+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:af-install-evans-in-base-image.1
22
workspaceLocation: gitpod/gitpod-ws.code-workspace
33
checkoutLocation: gitpod
44
ports:

.werft/aks-installer-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pod:
2121
secretName: sh-playground-dns-perm
2222
containers:
2323
- name: nightly-test
24-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-go184.0
24+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:af-install-evans-in-base-image.1
2525
workingDir: /workspace
2626
imagePullPolicy: Always
2727
volumeMounts:

.werft/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pod:
7575
- name: MYSQL_TCP_PORT
7676
value: 23306
7777
- name: build
78-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-go184.0
78+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:af-install-evans-in-base-image.1
7979
workingDir: /workspace
8080
imagePullPolicy: IfNotPresent
8181
resources:

.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:aledbf-go184.0
56+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:af-install-evans-in-base-image.1
5757
workingDir: /workspace
5858
imagePullPolicy: IfNotPresent
5959
volumeMounts:

.werft/eks-installer-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pod:
2121
secretName: sh-playground-dns-perm
2222
containers:
2323
- name: nightly-test
24-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-go184.0
24+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:af-install-evans-in-base-image.1
2525
workingDir: /workspace
2626
imagePullPolicy: Always
2727
volumeMounts:

.werft/gke-installer-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pod:
2121
secretName: sh-playground-dns-perm
2222
containers:
2323
- name: nightly-test
24-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-go184.0
24+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:af-install-evans-in-base-image.1
2525
workingDir: /workspace
2626
imagePullPolicy: Always
2727
volumeMounts:

.werft/ide-integration-tests-startup-jetbrains.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pod:
1616
secretName: github-token-gitpod-bot
1717
containers:
1818
- name: gcloud
19-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-go184.0
19+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:af-install-evans-in-base-image.1
2020
workingDir: /workspace
2121
imagePullPolicy: IfNotPresent
2222
env:

.werft/ide-integration-tests-startup-vscode.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pod:
1616
secretName: github-token-gitpod-bot
1717
containers:
1818
- name: gcloud
19-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-go184.0
19+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:af-install-evans-in-base-image.1
2020
workingDir: /workspace
2121
imagePullPolicy: IfNotPresent
2222
env:

.werft/ide-run-integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pod:
2525
emptyDir: {}
2626
initContainers:
2727
- name: gcloud
28-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-go184.0
28+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:af-install-evans-in-base-image.1
2929
workingDir: /workspace
3030
imagePullPolicy: IfNotPresent
3131
volumeMounts:

.werft/k3s-installer-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pod:
2121
secretName: sh-playground-dns-perm
2222
containers:
2323
- name: nightly-test
24-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-go184.0
24+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:af-install-evans-in-base-image.1
2525
workingDir: /workspace
2626
imagePullPolicy: Always
2727
volumeMounts:

0 commit comments

Comments
 (0)