File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ defaultArgs:
23
23
clionDownloadUrl : " https://download.jetbrains.com/cpp/CLion-2024.3.3.tar.gz"
24
24
rustroverDownloadUrl : " https://download.jetbrains.com/rustrover/RustRover-2024.3.4.tar.gz"
25
25
jbBackendVersion : " latest"
26
- dockerVersion : " 20.10.24 "
27
- dockerComposeVersion : " 2.27 .0-gitpod.0 "
26
+ dockerVersion : " 27.5.1 "
27
+ dockerComposeVersion : " 2.34 .0-gitpod.1 "
28
28
ipfsKuboVersion : " v0.18.0"
29
29
ipfsClusterVersion : " v1.0.8"
30
30
schedulerExtenderVersion : " c1925d8"
Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ packages:
49
49
- ["mv", "components-docker-up--bin-docker-up/docker-up", "docker-up"]
50
50
- ["mv", "components-docker-up--bin-docker-up/checksums.txt", "checksums.txt"]
51
51
- ["mv", "components-docker-up--bin-docker-up/docker-compose", "docker-compose-linux-x86_64"]
52
+ - ["mv", "components-docker-up--bin-docker-up/docker-compose-linux-x86_64.provenance.json", "docker-compose-linux-x86_64.provenance.json"]
53
+ - ["mv", "components-docker-up--bin-docker-up/docker-compose-linux-x86_64.sbom.json", "docker-compose-linux-x86_64.sbom.json"]
52
54
- ["rm", "-r", "components-docker-up--bin-docker-up"]
53
55
- ["mv", "components-docker-up--bin-runc-facade/docker-up", "runc-facade"]
54
56
- ["rm", "-r", "components-docker-up--bin-runc-facade"]
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ RUNC_VERSION=v1.1.9
11
11
curl -o docker.tgz -fsSL " https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION} .tgz"
12
12
# Docker Compose is forked, we have to override the MTU
13
13
curl -o docker-compose -fsSL " https://github.com/gitpod-io/compose/releases/download/v${DOCKER_COMPOSE_VERSION} /docker-compose-linux-x86_64"
14
+ curl -o docker-compose-linux-x86_64.provenance.json -fsSL " https://github.com/gitpod-io/compose/releases/download/v${DOCKER_COMPOSE_VERSION} /docker-compose-linux-x86_64.provenance.json"
15
+ curl -o docker-compose-linux-x86_64.sbom.json -fsSL " https://github.com/gitpod-io/compose/releases/download/v${DOCKER_COMPOSE_VERSION} /docker-compose-linux-x86_64.sbom.json"
14
16
curl -o checksums.txt -fsSL " https://github.com/gitpod-io/compose/releases/download/v${DOCKER_COMPOSE_VERSION} /checksums.txt"
15
17
16
18
curl -o runc -fsSL " https://github.com/opencontainers/runc/releases/download/${RUNC_VERSION} /runc.amd64"
You can’t perform that action at this time.
0 commit comments