From 2d7a2d52242b49e6c1f6301001a41d95107255b2 Mon Sep 17 00:00:00 2001 From: Pudong Zheng Date: Fri, 9 Sep 2022 15:56:30 +0000 Subject: [PATCH 1/2] [dev] upgrade workspace full image to latest --- dev/image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/image/Dockerfile b/dev/image/Dockerfile index c162d8cc35bf3a..58ab7a71899934 100644 --- a/dev/image/Dockerfile +++ b/dev/image/Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License-AGPL.txt in the project root for license information. -FROM gitpod/workspace-full:2022-09-03-08-31-56 +FROM gitpod/workspace-full:2022-09-07-02-19-02 ENV TRIGGER_REBUILD 21 From a36214e50443b0e4b20fa29952c242289d9a7bca Mon Sep 17 00:00:00 2001 From: Pudong Zheng Date: Fri, 9 Sep 2022 16:20:29 +0000 Subject: [PATCH 2/2] [dev] Update gitpod dev image --- .gitpod.yml | 2 +- .werft/aks-installer-tests.yaml | 2 +- .werft/build.yaml | 2 +- .werft/cleanup-installer-tests.yaml | 2 +- .werft/debug.yaml | 2 +- .werft/eks-installer-tests.yaml | 2 +- .werft/gke-installer-tests.yaml | 2 +- .werft/ide-integration-tests-startup.yaml | 2 +- .werft/k3s-installer-tests.yaml | 2 +- .werft/platform-delete-preview-environments-cron.yaml | 2 +- .werft/platform-trigger-werft-cleanup.yaml | 2 +- .werft/run-integration-tests.yaml | 2 +- .werft/workspace-run-integration-tests.yaml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 9dedd99d01447d..14e29d0366d523 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,4 +1,4 @@ -image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-image-gcloud.2 +image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-upgrade.0 workspaceLocation: gitpod/gitpod-ws.code-workspace checkoutLocation: gitpod ports: diff --git a/.werft/aks-installer-tests.yaml b/.werft/aks-installer-tests.yaml index 5766013d4daae8..fb3fcd68dfdc10 100644 --- a/.werft/aks-installer-tests.yaml +++ b/.werft/aks-installer-tests.yaml @@ -53,7 +53,7 @@ pod: secretName: sh-playground-dns-perm containers: - name: nightly-test - image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-image-gcloud.2 + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-upgrade.0 workingDir: /workspace imagePullPolicy: Always volumeMounts: diff --git a/.werft/build.yaml b/.werft/build.yaml index 57b5f01abc0bb7..515ae55b9e29a3 100644 --- a/.werft/build.yaml +++ b/.werft/build.yaml @@ -75,7 +75,7 @@ pod: - name: MYSQL_TCP_PORT value: 23306 - name: build - image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-image-gcloud.2 + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-upgrade.0 workingDir: /workspace imagePullPolicy: IfNotPresent resources: diff --git a/.werft/cleanup-installer-tests.yaml b/.werft/cleanup-installer-tests.yaml index 4e659f25a49299..00f936b1a5b3c8 100644 --- a/.werft/cleanup-installer-tests.yaml +++ b/.werft/cleanup-installer-tests.yaml @@ -24,7 +24,7 @@ pod: secretName: aks-credentials containers: - name: nightly-test - image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-image-gcloud.2 + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-upgrade.0 workingDir: /workspace imagePullPolicy: Always volumeMounts: diff --git a/.werft/debug.yaml b/.werft/debug.yaml index 990076a2186c79..88f9611261d396 100644 --- a/.werft/debug.yaml +++ b/.werft/debug.yaml @@ -53,7 +53,7 @@ pod: - name: MYSQL_TCP_PORT value: 23306 - name: build - image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-image-gcloud.2 + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-upgrade.0 workingDir: /workspace imagePullPolicy: IfNotPresent volumeMounts: diff --git a/.werft/eks-installer-tests.yaml b/.werft/eks-installer-tests.yaml index f29da176f81c9a..37c9c9c733f7de 100644 --- a/.werft/eks-installer-tests.yaml +++ b/.werft/eks-installer-tests.yaml @@ -53,7 +53,7 @@ pod: secretName: sh-playground-dns-perm containers: - name: nightly-test - image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-image-gcloud.2 + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-upgrade.0 workingDir: /workspace imagePullPolicy: Always volumeMounts: diff --git a/.werft/gke-installer-tests.yaml b/.werft/gke-installer-tests.yaml index 19456c28dfbbd3..fd29388ef2a01a 100644 --- a/.werft/gke-installer-tests.yaml +++ b/.werft/gke-installer-tests.yaml @@ -53,7 +53,7 @@ pod: secretName: sh-playground-dns-perm containers: - name: nightly-test - image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-image-gcloud.2 + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-upgrade.0 workingDir: /workspace imagePullPolicy: Always volumeMounts: diff --git a/.werft/ide-integration-tests-startup.yaml b/.werft/ide-integration-tests-startup.yaml index 07c45be56141d4..6454820b7b9f34 100644 --- a/.werft/ide-integration-tests-startup.yaml +++ b/.werft/ide-integration-tests-startup.yaml @@ -16,7 +16,7 @@ pod: secretName: github-token-gitpod-bot containers: - name: gcloud - image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-image-gcloud.2 + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-upgrade.0 workingDir: /workspace imagePullPolicy: IfNotPresent env: diff --git a/.werft/k3s-installer-tests.yaml b/.werft/k3s-installer-tests.yaml index c84bf7ff934348..f1d0117e0497db 100644 --- a/.werft/k3s-installer-tests.yaml +++ b/.werft/k3s-installer-tests.yaml @@ -53,7 +53,7 @@ pod: secretName: sh-playground-dns-perm containers: - name: nightly-test - image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-image-gcloud.2 + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-upgrade.0 workingDir: /workspace imagePullPolicy: Always volumeMounts: diff --git a/.werft/platform-delete-preview-environments-cron.yaml b/.werft/platform-delete-preview-environments-cron.yaml index 560e1a07125b3f..64b88781eb510b 100644 --- a/.werft/platform-delete-preview-environments-cron.yaml +++ b/.werft/platform-delete-preview-environments-cron.yaml @@ -24,7 +24,7 @@ pod: secretName: harvester-vm-ssh-keys containers: - name: build - image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-image-gcloud.2 + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-upgrade.0 workingDir: /workspace imagePullPolicy: IfNotPresent volumeMounts: diff --git a/.werft/platform-trigger-werft-cleanup.yaml b/.werft/platform-trigger-werft-cleanup.yaml index 4553eb5a08daf9..511560c9709efa 100644 --- a/.werft/platform-trigger-werft-cleanup.yaml +++ b/.werft/platform-trigger-werft-cleanup.yaml @@ -21,7 +21,7 @@ pod: secretName: gcp-sa-gitpod-dev-deployer containers: - name: build - image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-image-gcloud.2 + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-upgrade.0 workingDir: /workspace imagePullPolicy: IfNotPresent volumeMounts: diff --git a/.werft/run-integration-tests.yaml b/.werft/run-integration-tests.yaml index 702f672d49563b..5a97216a43fbdc 100644 --- a/.werft/run-integration-tests.yaml +++ b/.werft/run-integration-tests.yaml @@ -22,7 +22,7 @@ pod: emptyDir: {} initContainers: - name: gcloud - image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-image-gcloud.2 + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-upgrade.0 workingDir: /workspace imagePullPolicy: IfNotPresent volumeMounts: diff --git a/.werft/workspace-run-integration-tests.yaml b/.werft/workspace-run-integration-tests.yaml index f2140021c5e499..da0e327538b2de 100644 --- a/.werft/workspace-run-integration-tests.yaml +++ b/.werft/workspace-run-integration-tests.yaml @@ -21,7 +21,7 @@ pod: secretName: github-token-gitpod-bot containers: - name: gcloud - image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-image-gcloud.2 + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-dev-upgrade.0 workingDir: /workspace imagePullPolicy: IfNotPresent env: