Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/delete-preview/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181

COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion .github/actions/deploy-gitpod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181

COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion .github/actions/deploy-monitoring-satellite/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181

COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion .github/actions/preview-create/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181

COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
6 changes: 3 additions & 3 deletions .github/workflows/branch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
cancel-in-progress: ${{ needs.configuration.outputs.is_main_branch == 'false' }}
runs-on: ubuntu-latest-16-cores
container:
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181
options: --user root
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
ports:
- 6379:6379
container:
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181
options: --user root
env:
DB_HOST: "mysql"
Expand Down Expand Up @@ -515,7 +515,7 @@ jobs:
environment: branch-build
runs-on: ubuntu-latest
container:
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181
options: --user root
if: needs.configuration.outputs.with_integration_tests != '' && needs.configuration.outputs.is_scheduled_run != 'true'
concurrency:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
cancel-in-progress: ${{ needs.configuration.outputs.is_main_branch == 'false' }}
runs-on: ubuntu-latest-16-cores
container:
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181
options: --user root
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
ports:
- 6379:6379
container:
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181
options: --user root
env:
DB_HOST: "mysql"
Expand Down Expand Up @@ -519,7 +519,7 @@ jobs:
environment: main-build
runs-on: ubuntu-latest
container:
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181
options: --user root
if: needs.configuration.outputs.with_integration_tests != '' && needs.configuration.outputs.is_scheduled_run != 'true'
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181
options: --user root
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ide-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: Configuration
runs-on: ubuntu-latest
container:
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181
options: --user root
outputs:
name: ${{ steps.configuration.outputs.name }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
needs: [configuration, infrastructure]
runs-on: ubuntu-latest
container:
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181
options: --user root
volumes:
- /var/tmp:/var/tmp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jetbrains-auto-update-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
update-jetbrains:
runs-on: ubuntu-latest
container:
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181
options: --user root
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jetbrains-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:
jobs:
jetbrains-smoke-test-linux:
container:
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181
options: --user root
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-env-check-regressions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
if: ${{ needs.configuration.outputs.skip == 'false' }}
runs-on: ubuntu-latest
container:
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181
options: --user root
volumes:
- /var/tmp:/var/tmp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-env-gc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: "Find stale preview environments"
runs-on: ubuntu-latest
container:
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181
options: --user root
outputs:
names: ${{ steps.set-matrix.outputs.names }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workspace-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
name: Configuration
runs-on: ubuntu-latest
container:
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181
options: --user root
outputs:
name: ${{ steps.configuration.outputs.name }}
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
needs: [configuration, infrastructure]
runs-on: ubuntu-latest
container:
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181
options: --user root
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.34181
workspaceLocation: gitpod/gitpod-ws.code-workspace
checkoutLocation: gitpod
ports:
Expand Down
Loading