Skip to content

Commit

Permalink
use buildkit (#7129)
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Newberry <brooks@newberry.com>
  • Loading branch information
brooksn authored Oct 24, 2024
1 parent 59b3c8a commit c0e7e1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/publish-image-runtime
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd $(dirname $0)/..

source ./scripts/version.sh

DOCKER_BUILDKIT=${DOCKER_BUILDKIT:-1} docker image build ${IID_FILE_FLAG} \
docker buildx build ${IID_FILE_FLAG} \
--sbom=true \
--attest type=provenance,mode=max \
--build-arg TAG=${VERSION} \
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish-image-runtime-windows
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd $(dirname $0)/..

source ./scripts/version.sh

DOCKER_BUILDKIT=${DOCKER_BUILDKIT:-1} docker image build ${IID_FILE_FLAG} \
docker buildx build ${IID_FILE_FLAG} \
--sbom=true \
--attest type=provenance,mode=max \
--build-arg TAG=${VERSION} \
Expand Down

0 comments on commit c0e7e1e

Please sign in to comment.