Skip to content

Commit bb26cc7

Browse files
committed
Update CI vm image
1 parent 1ee775a commit bb26cc7

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

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-202412041244
38+
default: gh-runner-202503202038
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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-test-new-preview-gha.24525
2-
eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
31
gitpod/workspace-full
42
mysql:8.0.33
53
bitnami/mysql:8.0.33-debian-11-r24
@@ -10,4 +8,3 @@ localstack/localstack:3.4.0
108
registry:2
119
postgres:15.3-alpine
1210
redis:7.2.4-alpine
13-

vm/rootfs/setup-runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99
# same Go version during development as we do in CI - which allows us to
1010
# reuse the leeway cache
1111
#
12-
GO_VERSION=1.23.1
12+
GO_VERSION=1.24.1
1313
GOPATH=/home/runner/go-packages
1414
GOROOT=/home/runner/go
1515
PATH=$GOROOT/bin:$GOPATH/bin:$PATH

vm/setup.sh

Lines changed: 3 additions & 3 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.321.0
9+
RUNNER_VER=2.323.0
1010

1111
HELM_VERSION=3.14.0
1212
PULUMI_VERSION=3.114.0
@@ -163,12 +163,12 @@ echo "📝 Installing leeway..."
163163
LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
164164
LEEWAY_CACHE_DIR=/var/tmp/cache
165165
LEEWAY_BUILD_DIR=/var/tmp/build
166-
LEEWAY_VERSION="0.8.4"
166+
LEEWAY_VERSION="0.9.6"
167167

168168
mkdir -p "${LEEWAY_CACHE_DIR}" "${LEEWAY_BUILD_DIR}"
169169
chmod 777 -R /var/tmp/
170170

171-
curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v${LEEWAY_VERSION}/leeway_${LEEWAY_VERSION}_Linux_x86_64.tar.gz | tar -xz -C /usr/local/bin leeway
171+
curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v${LEEWAY_VERSION}/leeway_Linux_x86_64.tar.gz | tar -xz -C /usr/local/bin leeway
172172

173173
echo "📝 Installing the AWS cli..."
174174
curl -sfSL "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" &&

0 commit comments

Comments
 (0)