Skip to content

Commit 9ef40a8

Browse files
committed
Update action runner to v2.310.2 and leeway to v0.7.9
1 parent 95be6fc commit 9ef40a8

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:base
33

44
# leeway
5-
ARG LEEWAY_VERSION=0.7.7
5+
ARG LEEWAY_VERSION=0.7.9
66
ENV LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
77
ENV LEEWAY_CACHE_DIR=/var/tmp/cache
88
ENV LEEWAY_BUILD_DIR=/var/tmp/build

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ inputs:
3535
image:
3636
description: Specifies the name of the image that the disk will be initialized with.
3737
required: false
38-
default: gh-runner-202309290838
38+
default: gh-runner-202310142330
3939
image_family:
4040
description: The image family for the operating system that the boot disk will be initialized with.
4141
required: false

vm/rootfs/etc/preloaded-images

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
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
23
gitpod/workspace-full
34
mysql:5.7
45
mysql:8.0.33

vm/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export DEBIAN_FRONTEND=noninteractive
66

77
RUNNER_USER="runner"
88
RUNNER_DIR="/home/${RUNNER_USER}"
9-
RUNNER_VER=2.309.0
9+
RUNNER_VER=2.310.2
1010

1111
HELM_VERSION=3.12.1
1212

@@ -147,7 +147,7 @@ echo "📝 Installing leeway..."
147147
LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
148148
LEEWAY_CACHE_DIR=/var/tmp/cache
149149
LEEWAY_BUILD_DIR=/var/tmp/build
150-
LEEWAY_VERSION="0.7.6"
150+
LEEWAY_VERSION="0.7.9"
151151

152152
mkdir -p "${LEEWAY_CACHE_DIR}" "${LEEWAY_BUILD_DIR}"
153153
chmod 777 -R /var/tmp/

0 commit comments

Comments
 (0)