Skip to content

Commit 2c94c6e

Browse files
committed
Fix build
Tool: gitpod/catfood.gitpod.cloud
1 parent e863044 commit 2c94c6e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

components/docker-up/BUILD.yaml

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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)