Skip to content

Commit 8774aad

Browse files
committed
Update actions runner and docker
1 parent da58243 commit 8774aad

File tree

3 files changed

+5
-8
lines changed

3 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-202403242041
38+
default: gh-runner-202403280949
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,11 +1,8 @@
1-
eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway-gha.20594
2-
eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-user-getauthenticated-dashboard-gha.20954
31
eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-go-122-gha.23879
42
gitpod/workspace-full
53
mysql:8.0.33
64
bitnami/mysql:8.0.33-debian-11-r24
75
redis
8-
node:16
96
node:18
107
node:20
118
localstack/localstack:2.2

vm/setup.sh

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

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

1111
HELM_VERSION=3.12.1
1212
PULUMI_VERSION=3.89.0
1313

1414
DOCKER_USER_UID=33333
1515
DOCKER_GROUP_GID=33333
1616

17-
DOCKER_VERSION=25.0.2
18-
DOCKER_COMPOSE_VERSION=v2.24.6
19-
DOCKER_BUILDX_VERSION=0.12.1
17+
DOCKER_VERSION=26.0.0
18+
DOCKER_COMPOSE_VERSION=v2.26.0
19+
DOCKER_BUILDX_VERSION=0.13.1
2020

2121
echo "📝 Preparing environment for docker..."
2222
# Only install containerd from docker.io repository to be in control of the docker services.

0 commit comments

Comments
 (0)