File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ defaultArgs:
2323 clionDownloadUrl : " https://download.jetbrains.com/cpp/CLion-2024.3.3.tar.gz"
2424 rustroverDownloadUrl : " https://download.jetbrains.com/rustrover/RustRover-2024.3.4.tar.gz"
2525 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 "
2828 ipfsKuboVersion : " v0.18.0"
2929 ipfsClusterVersion : " v1.0.8"
3030 schedulerExtenderVersion : " c1925d8"
Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ packages:
4949 - ["mv", "components-docker-up--bin-docker-up/docker-up", "docker-up"]
5050 - ["mv", "components-docker-up--bin-docker-up/checksums.txt", "checksums.txt"]
5151 - ["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"]
5254 - ["rm", "-r", "components-docker-up--bin-docker-up"]
5355 - ["mv", "components-docker-up--bin-runc-facade/docker-up", "runc-facade"]
5456 - ["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
1111curl -o docker.tgz -fsSL " https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION} .tgz"
1212# Docker Compose is forked, we have to override the MTU
1313curl -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"
1416curl -o checksums.txt -fsSL " https://github.com/gitpod-io/compose/releases/download/v${DOCKER_COMPOSE_VERSION} /checksums.txt"
1517
1618curl -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