File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:base
3
3
4
4
# leeway
5
- ARG LEEWAY_VERSION=0.7.7
5
+ ARG LEEWAY_VERSION=0.7.9
6
6
ENV LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
7
7
ENV LEEWAY_CACHE_DIR=/var/tmp/cache
8
8
ENV LEEWAY_BUILD_DIR=/var/tmp/build
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ inputs:
35
35
image :
36
36
description : Specifies the name of the image that the disk will be initialized with.
37
37
required : false
38
- default : gh-runner-202309290838
38
+ default : gh-runner-202310142330
39
39
image_family :
40
40
description : The image family for the operating system that the boot disk will be initialized with.
41
41
required : false
Original file line number Diff line number Diff line change 1
1
eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-update-image-gha.17642
2
+ eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz-gha.18593
2
3
gitpod/workspace-full
3
4
mysql:5.7
4
5
mysql:8.0.33
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export DEBIAN_FRONTEND=noninteractive
6
6
7
7
RUNNER_USER=" runner"
8
8
RUNNER_DIR=" /home/${RUNNER_USER} "
9
- RUNNER_VER=2.309.0
9
+ RUNNER_VER=2.310.2
10
10
11
11
HELM_VERSION=3.12.1
12
12
@@ -147,7 +147,7 @@ echo "📝 Installing leeway..."
147
147
LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
148
148
LEEWAY_CACHE_DIR=/var/tmp/cache
149
149
LEEWAY_BUILD_DIR=/var/tmp/build
150
- LEEWAY_VERSION=" 0.7.6 "
150
+ LEEWAY_VERSION=" 0.7.9 "
151
151
152
152
mkdir -p " ${LEEWAY_CACHE_DIR} " " ${LEEWAY_BUILD_DIR} "
153
153
chmod 777 -R /var/tmp/
You can’t perform that action at this time.
0 commit comments