File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed 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