Skip to content

Commit dac6a9a

Browse files
Update dev-environment version
1 parent 57430c4 commit dac6a9a

13 files changed

+18
-18
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
1+
FROM eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-upgrade-leeway-gha.32148
22

33
COPY entrypoint.sh /entrypoint.sh
44
ENTRYPOINT ["/entrypoint.sh"]
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
1+
FROM eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-upgrade-leeway-gha.32148
22

33
COPY entrypoint.sh /entrypoint.sh
44
ENTRYPOINT ["/entrypoint.sh"]
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
1+
FROM eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-upgrade-leeway-gha.32148
22

33
COPY entrypoint.sh /entrypoint.sh
44
ENTRYPOINT ["/entrypoint.sh"]
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
1+
FROM eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-upgrade-leeway-gha.32148
22

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

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
cancel-in-progress: ${{ needs.configuration.outputs.is_main_branch == 'false' }}
106106
runs-on: ${{ needs.create-runner.outputs.label }}
107107
container:
108-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
108+
image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-upgrade-leeway-gha.32148
109109
steps:
110110
- uses: actions/checkout@v4
111111
- name: Setup Environment
@@ -172,7 +172,7 @@ jobs:
172172
ports:
173173
- 6379:6379
174174
container:
175-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
175+
image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-upgrade-leeway-gha.32148
176176
env:
177177
DB_HOST: "mysql"
178178
DB_PORT: "23306"
@@ -318,7 +318,7 @@ jobs:
318318
- create-runner
319319
runs-on: ${{ needs.create-runner.outputs.label }}
320320
container:
321-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
321+
image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-upgrade-leeway-gha.32148
322322
steps:
323323
- uses: actions/checkout@v4
324324
- name: Setup Environment
@@ -458,7 +458,7 @@ jobs:
458458
- create-runner
459459
runs-on: ${{ needs.create-runner.outputs.label }}
460460
container:
461-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
461+
image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-upgrade-leeway-gha.32148
462462
if: needs.configuration.outputs.with_integration_tests != ''
463463
concurrency:
464464
group: ${{ needs.configuration.outputs.preview_name }}-integration-test

.github/workflows/code-nightly.yml

+1-1
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:main-gha.30393
21+
image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-upgrade-leeway-gha.32148
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: ./.github/actions/setup-environment

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

+2-2
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:main-gha.30393
46+
image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-upgrade-leeway-gha.32148
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:main-gha.30393
134+
image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-upgrade-leeway-gha.32148
135135
volumes:
136136
- /var/tmp:/var/tmp
137137
- /tmp:/tmp

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

+1-1
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:main-gha.30393
26+
image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-upgrade-leeway-gha.32148
2727
needs: [ create-runner ]
2828
steps:
2929
- uses: actions/checkout@v2

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

+1-1
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:main-gha.30393
42+
image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-upgrade-leeway-gha.32148
4343
runs-on: ${{ needs.create-runner.outputs.label }}
4444
needs: [create-runner]
4545
steps:

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

+1-1
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:main-gha.30393
102+
image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-upgrade-leeway-gha.32148
103103
volumes:
104104
- /var/tmp:/var/tmp
105105
- /tmp:/tmp

.github/workflows/preview-env-gc.yml

+1-1
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:main-gha.30393
21+
image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-upgrade-leeway-gha.32148
2222
outputs:
2323
names: ${{ steps.set-matrix.outputs.names }}
2424
count: ${{ steps.set-matrix.outputs.count }}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ${{ needs.create-runner.outputs.label }}
6262
needs: [create-runner]
6363
container:
64-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
64+
image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-upgrade-leeway-gha.32148
6565
outputs:
6666
name: ${{ steps.configuration.outputs.name }}
6767
version: ${{ steps.configuration.outputs.version }}
@@ -166,7 +166,7 @@ jobs:
166166
needs: [configuration, infrastructure, create-runner]
167167
runs-on: ${{ needs.create-runner.outputs.label }}
168168
container:
169-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
169+
image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-upgrade-leeway-gha.32148
170170
steps:
171171
- uses: actions/checkout@v4
172172
- name: Integration Test

.gitpod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
1+
image: eu.gcr.io/gitpod-dev-artifact/dev/dev-environment:clu-upgrade-leeway-gha.32148
22
workspaceLocation: gitpod/gitpod-ws.code-workspace
33
checkoutLocation: gitpod
44
ports:

0 commit comments

Comments
 (0)