File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed 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-202403242041
38
+ default : gh-runner-202403280949
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
- 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
3
1
eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-go-122-gha.23879
4
2
gitpod/workspace-full
5
3
mysql:8.0.33
6
4
bitnami/mysql:8.0.33-debian-11-r24
7
5
redis
8
- node:16
9
6
node:18
10
7
node:20
11
8
localstack/localstack:2.2
Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ export DEBIAN_FRONTEND=noninteractive
6
6
7
7
RUNNER_USER=" runner"
8
8
RUNNER_DIR=" /home/${RUNNER_USER} "
9
- RUNNER_VER=2.314.1
9
+ RUNNER_VER=2.315.0
10
10
11
11
HELM_VERSION=3.12.1
12
12
PULUMI_VERSION=3.89.0
13
13
14
14
DOCKER_USER_UID=33333
15
15
DOCKER_GROUP_GID=33333
16
16
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
20
20
21
21
echo " 📝 Preparing environment for docker..."
22
22
# Only install containerd from docker.io repository to be in control of the docker services.
You can’t perform that action at this time.
0 commit comments