File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ln -f tools/setup-image.sh devspaces/context
22
22
# we force use of linux/amd64 platform because source image supports only this
23
23
# platform and without it, it will fail to cross-build when task runs on arm64.
24
24
# --metadata-file=out/devspaces.meta --no-cache
25
- $ADT_CONTAINER_ENGINE buildx build --tag=$IMAGE_NAME --platform=linux/amd64 devspaces/context -f devspaces/Containerfile
25
+ $ADT_CONTAINER_ENGINE buildx build --tag=$IMAGE_NAME --platform=linux/amd64 devspaces/context -f devspaces/Containerfile --sbom=true
26
26
27
27
mk containers check $IMAGE_NAME --engine=" ${ADT_CONTAINER_ENGINE} " --max-size=1600 --max-layers=23
28
28
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ TAG_BASE=community-ansible-dev-tools-base:latest
25
25
IMAGE_NAME=localhost/community-ansible-dev-tools:test
26
26
27
27
# BUILD_CMD="podman build --squash-all"
28
- BUILD_CMD=" ${ADT_CONTAINER_ENGINE} buildx build --progress=plain"
28
+ BUILD_CMD=" ${ADT_CONTAINER_ENGINE} buildx build --progress=plain --sbom=true "
29
29
30
30
# Publish should run on CI only on main branch, with or without release tag
31
31
if [ " --publish" == " ${1:- } " ]; then
You can’t perform that action at this time.
0 commit comments