Skip to content

Commit 3f2d253

Browse files
authored
Bump docker compose and docker (#20688)
* Bump docker compose Tool: gitpod/catfood.gitpod.cloud * Bump docker Tool: gitpod/catfood.gitpod.cloud * Oops Tool: gitpod/catfood.gitpod.cloud * Fix build Tool: gitpod/catfood.gitpod.cloud
1 parent 3877811 commit 3f2d253

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

WORKSPACE.yaml

+2-2
Original file line numberDiff line numberDiff 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"

components/docker-up/BUILD.yaml

+2
Original file line numberDiff line numberDiff 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"]

components/docker-up/dependencies.sh

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ RUNC_VERSION=v1.1.9
1111
curl -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
1313
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"
1416
curl -o checksums.txt -fsSL "https://github.com/gitpod-io/compose/releases/download/v${DOCKER_COMPOSE_VERSION}/checksums.txt"
1517

1618
curl -o runc -fsSL "https://github.com/opencontainers/runc/releases/download/${RUNC_VERSION}/runc.amd64"

0 commit comments

Comments
 (0)