File tree Expand file tree Collapse file tree 13 files changed +20
-18
lines changed
deploy-monitoring-satellite Expand file tree Collapse file tree 13 files changed +20
-18
lines changed Original file line number Diff line number Diff line change 1
- FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-update-image -gha.17642
1
+ FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz -gha.18593
2
2
3
3
COPY entrypoint.sh /entrypoint.sh
4
4
ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change 1
- FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-update-image -gha.17642
1
+ FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz -gha.18593
2
2
3
3
COPY entrypoint.sh /entrypoint.sh
4
4
ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change 1
- FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-update-image -gha.17642
1
+ FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz -gha.18593
2
2
3
3
COPY entrypoint.sh /entrypoint.sh
4
4
ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change 1
- FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-update-image -gha.17642
1
+ FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz -gha.18593
2
2
3
3
COPY entrypoint.sh /entrypoint.sh
4
4
ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change 97
97
cancel-in-progress : ${{ needs.configuration.outputs.is_main_branch == 'false' }}
98
98
runs-on : ${{ needs.create-runner.outputs.label }}
99
99
container :
100
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-update-image -gha.17642
100
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz -gha.18593
101
101
outputs :
102
102
previewctl_hash : ${{ steps.build.outputs.previewctl_hash }}
103
103
steps :
@@ -159,7 +159,7 @@ jobs:
159
159
ports :
160
160
- 6379:6379
161
161
container :
162
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-update-image -gha.17642
162
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz -gha.18593
163
163
env :
164
164
DB_HOST : " mysql"
165
165
DB_PORT : " 23306"
@@ -399,7 +399,7 @@ jobs:
399
399
- create-runner
400
400
runs-on : ${{ needs.create-runner.outputs.label }}
401
401
container :
402
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-update-image -gha.17642
402
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz -gha.18593
403
403
if : needs.configuration.outputs.with_integration_tests != ''
404
404
concurrency :
405
405
group : ${{ needs.configuration.outputs.preview_name }}-integration-test
Original file line number Diff line number Diff line change 16
16
runs-on : ${{ needs.create-runner.outputs.label }}
17
17
needs : [create-runner]
18
18
container :
19
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-update-image -gha.17642
19
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz -gha.18593
20
20
steps :
21
21
- uses : actions/checkout@v4
22
22
- uses : ./.github/actions/setup-environment
Original file line number Diff line number Diff line change 31
31
runs-on : ${{ needs.create-runner.outputs.label }}
32
32
needs : [create-runner]
33
33
container :
34
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-update-image -gha.17642
34
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz -gha.18593
35
35
outputs :
36
36
name : ${{ steps.configuration.outputs.name }}
37
37
version : ${{ steps.configuration.outputs.version }}
@@ -100,7 +100,7 @@ jobs:
100
100
needs : [configuration, infrastructure, create-runner]
101
101
runs-on : ${{ needs.create-runner.outputs.label }}
102
102
container :
103
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-update-image -gha.17642
103
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz -gha.18593
104
104
volumes :
105
105
- /var/tmp:/var/tmp
106
106
- /tmp:/tmp
Original file line number Diff line number Diff line change 51
51
needs : [configuration,create-runner]
52
52
if : ${{ needs.configuration.outputs.skip == 'false' }}
53
53
container :
54
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-update-image -gha.17642
54
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz -gha.18593
55
55
steps :
56
56
# Most of this is taken over from the Build workflow/preview-env-check-regressions workflow
57
57
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 85
85
if : ${{ needs.configuration.outputs.skip == 'false' }}
86
86
runs-on : ${{ needs.create-runner.outputs.label }}
87
87
container :
88
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-update-image -gha.17642
88
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz -gha.18593
89
89
volumes :
90
90
- /var/tmp:/var/tmp
91
91
- /tmp:/tmp
Original file line number Diff line number Diff line change 15
15
runs-on : ${{ needs.create-runner.outputs.label }}
16
16
needs : [create-runner]
17
17
container :
18
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-update-image -gha.17642
18
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz -gha.18593
19
19
outputs :
20
20
names : ${{ steps.set-matrix.outputs.names }}
21
21
count : ${{ steps.set-matrix.outputs.count }}
Original file line number Diff line number Diff line change 45
45
runs-on : ${{ needs.create-runner.outputs.label }}
46
46
needs : [create-runner]
47
47
container :
48
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-update-image -gha.17642
48
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz -gha.18593
49
49
outputs :
50
50
name : ${{ steps.configuration.outputs.name }}
51
51
version : ${{ steps.configuration.outputs.version }}
@@ -135,7 +135,7 @@ jobs:
135
135
needs : [configuration, infrastructure, create-runner]
136
136
runs-on : ${{ needs.create-runner.outputs.label }}
137
137
container :
138
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-update-image -gha.17642
138
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz -gha.18593
139
139
steps :
140
140
- uses : actions/checkout@v4
141
141
- id : auth
@@ -166,7 +166,7 @@ jobs:
166
166
if : inputs.skip_delete != 'true' && always()
167
167
runs-on : ${{ needs.create-runner.outputs.label }}
168
168
container :
169
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-update-image -gha.17642
169
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz -gha.18593
170
170
steps :
171
171
- uses : actions/checkout@v4
172
172
- name : Delete preview environment
Original file line number Diff line number Diff line change 1
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-update-image -gha.17642
1
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz -gha.18593
2
2
workspaceLocation : gitpod/gitpod-ws.code-workspace
3
3
checkoutLocation : gitpod
4
4
ports :
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ RUN cd /usr/bin && curl -fsSL https://github.com/cert-manager/cert-manager/relea
48
48
RUN cd /usr/bin && curl -fsSL https://github.com/praetorian-inc/gokart/releases/download/v0.4.0/gokart_0.4.0_linux_x86_64.tar.gz | tar xzv --no-anchored gokart
49
49
50
50
# leeway
51
- ARG LEEWAY_VERSION=0.7.8
51
+ ARG LEEWAY_VERSION=0.7.9
52
52
ENV LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
53
53
ENV LEEWAY_WORKSPACE_ROOT=/workspace/gitpod
54
54
ENV LEEWAY_REMOTE_CACHE_BUCKET=gitpod-core-leeway-cache-branch
@@ -265,3 +265,5 @@ RUN curl -fsSL https://github.com/csweichel/oci-tool/releases/download/v0.2.0/oc
265
265
266
266
# Install golangci-lint
267
267
RUN go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@latest
268
+
269
+ RUN sudo install-packages pigz
You can’t perform that action at this time.
0 commit comments