Skip to content

Commit a8bcca2

Browse files
committed
[dev] update dev image
1 parent 0b3880e commit a8bcca2

File tree

14 files changed

+18
-18
lines changed

14 files changed

+18
-18
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/lacework-inline-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
needs: [configuration,create-runner]
5555
if: ${{ needs.configuration.outputs.skip == 'false' }}
5656
container:
57-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-test-new-preview-gha.24525
57+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
5858
steps:
5959
# Most of this is taken over from the Build workflow/preview-env-check-regressions workflow
6060
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)