We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 038f64c + c48138c commit 77d3dd2Copy full SHA for 77d3dd2
deployments/container/multi-arch.mk
@@ -13,7 +13,8 @@
13
# limitations under the License.
14
15
PUSH_ON_BUILD ?= false
16
-DOCKER_BUILD_OPTIONS = --output=type=image,push=$(PUSH_ON_BUILD)
+ATTACH_ATTESTATIONS ?= false
17
+DOCKER_BUILD_OPTIONS = --output=type=image,push=$(PUSH_ON_BUILD) --provenance=$(ATTACH_ATTESTATIONS) --sbom=$(ATTACH_ATTESTATIONS)
18
DOCKER_BUILD_PLATFORM_OPTIONS = --platform=linux/amd64,linux/arm64
19
20
$(BUILD_TARGETS): build-%: image-%
0 commit comments