Skip to content

Commit fbd7f7c

Browse files
authored
Bump leeway to v0.7.5 (#18166)
* Bump leeway to v0.7.5 * Bump workspace image for leeway v0.7.5
1 parent 56d95d7 commit fbd7f7c

19 files changed

+24
-24
lines changed

.github/actions/delete-preview/Dockerfile

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:se-update-dev-image-gha.12149
1+
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bump-leeway-075-gha.12686
22

33
USER root
44
ENV OCI_TOOL_VERSION="0.2.0"

.github/actions/deploy-gitpod/Dockerfile

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:se-update-dev-image-gha.12149
1+
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bump-leeway-075-gha.12686
22

33
USER root
44
ENV OCI_TOOL_VERSION="0.2.0"

.github/actions/deploy-monitoring-satellite/Dockerfile

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:se-update-dev-image-gha.12149
1+
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bump-leeway-075-gha.12686
22

33
USER root
44
ENV OCI_TOOL_VERSION="0.2.0"

.github/actions/preview-create/Dockerfile

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:se-update-dev-image-gha.12149
1+
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bump-leeway-075-gha.12686
22

33
USER root
44
ENV OCI_TOOL_VERSION="0.2.0"

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
group: ${{ github.workflow }}-${{ github.ref }}-build-previewctl
8686
runs-on: [ self-hosted ]
8787
container:
88-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-dev-image-gha.12149
88+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bump-leeway-075-gha.12686
8989
volumes:
9090
- /var/tmp:/var/tmp
9191
- /tmp:/tmp
@@ -153,7 +153,7 @@ jobs:
153153
ports:
154154
- 23306:23306
155155
container:
156-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-dev-image-gha.12149
156+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bump-leeway-075-gha.12686
157157
volumes:
158158
- /var/tmp/${{ needs.configuration.outputs.leeway_cache_bucket }}:/var/tmp
159159
- /tmp:/tmp
@@ -386,7 +386,7 @@ jobs:
386386
needs: [ configuration, build-previewctl, build-gitpod, infrastructure, install ]
387387
runs-on: [ self-hosted ]
388388
container:
389-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-dev-image-gha.12149
389+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bump-leeway-075-gha.12686
390390
volumes:
391391
- /var/tmp:/var/tmp
392392
- /tmp:/tmp

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Configuration
2424
runs-on: [self-hosted]
2525
container:
26-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-dev-image-gha.12149
26+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bump-leeway-075-gha.12686
2727
outputs:
2828
name: ${{ steps.configuration.outputs.name }}
2929
version: ${{ steps.configuration.outputs.version }}
@@ -91,7 +91,7 @@ jobs:
9191
needs: [configuration, infrastructure]
9292
runs-on: [self-hosted]
9393
container:
94-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-dev-image-gha.12149
94+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bump-leeway-075-gha.12686
9595
volumes:
9696
- /var/tmp:/var/tmp
9797
- /tmp:/tmp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
if: ${{ needs.configuration.outputs.skip == 'false' }}
7979
runs-on: [self-hosted]
8080
container:
81-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-dev-image-gha.12149
81+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bump-leeway-075-gha.12686
8282
volumes:
8383
- /var/tmp:/var/tmp
8484
- /tmp:/tmp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: "Find stale preview environments"
99
runs-on: [self-hosted]
1010
container:
11-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-dev-image-gha.12149
11+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bump-leeway-075-gha.12686
1212
outputs:
1313
names: ${{ steps.set-matrix.outputs.names }}
1414
count: ${{ steps.set-matrix.outputs.count }}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Configuration
2424
runs-on: [self-hosted]
2525
container:
26-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-dev-image-gha.12149
26+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bump-leeway-075-gha.12686
2727
volumes:
2828
- /var/tmp:/var/tmp
2929
- /tmp:/tmp
@@ -113,7 +113,7 @@ jobs:
113113
needs: [configuration, infrastructure]
114114
runs-on: [self-hosted]
115115
container:
116-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-dev-image-gha.12149
116+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bump-leeway-075-gha.12686
117117
volumes:
118118
- /var/tmp:/var/tmp
119119
- /tmp:/tmp
@@ -229,7 +229,7 @@ jobs:
229229
if: github.event.inputs.skip_delete != 'true' && always()
230230
runs-on: [ self-hosted ]
231231
container:
232-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-dev-image-gha.12149
232+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bump-leeway-075-gha.12686
233233
volumes:
234234
- /var/tmp:/var/tmp
235235
- /tmp:/tmp

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-dev-image-gha.12149
1+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-bump-leeway-075-gha.12686
22
workspaceLocation: gitpod/gitpod-ws.code-workspace
33
checkoutLocation: gitpod
44
ports:

0 commit comments

Comments
 (0)