File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
22#
3- # Generated on 2026-05-28T15:40:14Z by kres 80fec4e .
3+ # Generated on 2026-06-02T15:15:03Z by kres d3457c9-dirty .
44
55# common variables
66
@@ -56,6 +56,7 @@ WITH_BUILD_DEBUG ?=
5656BUILDKIT_MULTI_PLATFORM ?=
5757COMMON_ARGS = --file=Dockerfile
5858COMMON_ARGS += --provenance=false
59+ COMMON_ARGS += --sbom=false
5960COMMON_ARGS += --progress=$(PROGRESS )
6061COMMON_ARGS += --platform=$(PLATFORM )
6162COMMON_ARGS += --build-arg=BUILDKIT_MULTI_PLATFORM=$(BUILDKIT_MULTI_PLATFORM )
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ func (docker *Docker) CompileMakefile(output *makefile.Output) error {
4646
4747 buildArgs := makefile .RecursiveVariable ("COMMON_ARGS" , "--file=Dockerfile" ).
4848 Push ("--provenance=false" ).
49+ Push ("--sbom=false" ).
4950 Push ("--progress=$(PROGRESS)" ).
5051 Push ("--platform=$(PLATFORM)" ).
5152 Push ("--build-arg=BUILDKIT_MULTI_PLATFORM=$(BUILDKIT_MULTI_PLATFORM)" ).
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ func (pkgfile *Build) CompileMakefile(output *makefile.Output) error {
9494
9595 commonArgs := makefile .RecursiveVariable ("COMMON_ARGS" , "--file=Pkgfile" ).
9696 Push ("--provenance=false" ).
97+ Push ("--sbom=false" ).
9798 Push ("--progress=$(PROGRESS)" ).
9899 Push ("--platform=$(PLATFORM)" ).
99100 Push ("$(BUILD_ARGS)" )
You can’t perform that action at this time.
0 commit comments