Skip to content

Commit b888cca

Browse files
authored
[dev] update dev image (#20417)
* [dev] update dev image * update cookie test
1 parent b743e38 commit b888cca

File tree

14 files changed

+32
-22
lines changed

14 files changed

+32
-22
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-test-new-preview-gha.24525
1+
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
22

33
COPY entrypoint.sh /entrypoint.sh
44
ENTRYPOINT ["/entrypoint.sh"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-test-new-preview-gha.24525
1+
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
22

33
COPY entrypoint.sh /entrypoint.sh
44
ENTRYPOINT ["/entrypoint.sh"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-test-new-preview-gha.24525
1+
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
22

33
COPY entrypoint.sh /entrypoint.sh
44
ENTRYPOINT ["/entrypoint.sh"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-test-new-preview-gha.24525
1+
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
22

33
COPY entrypoint.sh /entrypoint.sh
44
ENTRYPOINT ["/entrypoint.sh"]

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
cancel-in-progress: ${{ needs.configuration.outputs.is_main_branch == 'false' }}
105105
runs-on: ${{ needs.create-runner.outputs.label }}
106106
container:
107-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-test-new-preview-gha.24525
107+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
108108
steps:
109109
- uses: actions/checkout@v4
110110
- name: Setup Environment
@@ -171,7 +171,7 @@ jobs:
171171
ports:
172172
- 6379:6379
173173
container:
174-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-test-new-preview-gha.24525
174+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
175175
env:
176176
DB_HOST: "mysql"
177177
DB_PORT: "23306"
@@ -425,7 +425,7 @@ jobs:
425425
- create-runner
426426
runs-on: ${{ needs.create-runner.outputs.label }}
427427
container:
428-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-test-new-preview-gha.24525
428+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
429429
if: needs.configuration.outputs.with_integration_tests != ''
430430
concurrency:
431431
group: ${{ needs.configuration.outputs.preview_name }}-integration-test

.github/workflows/code-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ needs.create-runner.outputs.label }}
1919
needs: [create-runner]
2020
container:
21-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-test-new-preview-gha.24525
21+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: ./.github/actions/setup-environment

.github/workflows/ide-integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ${{ needs.create-runner.outputs.label }}
4444
needs: [create-runner]
4545
container:
46-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-test-new-preview-gha.24525
46+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
4747
outputs:
4848
name: ${{ steps.configuration.outputs.name }}
4949
version: ${{ steps.configuration.outputs.version }}
@@ -131,7 +131,7 @@ jobs:
131131
needs: [configuration, infrastructure, create-runner]
132132
runs-on: ${{ needs.create-runner.outputs.label }}
133133
container:
134-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-test-new-preview-gha.24525
134+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
135135
volumes:
136136
- /var/tmp:/var/tmp
137137
- /tmp:/tmp

.github/workflows/jetbrains-auto-update-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
update-jetbrains:
2424
runs-on: ${{ needs.create-runner.outputs.label }}
2525
container:
26-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-test-new-preview-gha.24525
26+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
2727
needs: [ create-runner ]
2828
steps:
2929
- uses: actions/checkout@v2

.github/workflows/jetbrains-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
gcp_credentials: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_GCP_CREDENTIALS }}
4040
jetbrains-smoke-test-linux:
4141
container:
42-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-test-new-preview-gha.24525
42+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
4343
runs-on: ${{ needs.create-runner.outputs.label }}
4444
needs: [create-runner]
4545
steps:

.github/workflows/preview-env-check-regressions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
if: ${{ needs.configuration.outputs.skip == 'false' }}
100100
runs-on: ${{ needs.create-runner.outputs.label }}
101101
container:
102-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-test-new-preview-gha.24525
102+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
103103
volumes:
104104
- /var/tmp:/var/tmp
105105
- /tmp:/tmp

0 commit comments

Comments
 (0)