We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f86e01 + e205a9a commit 631ade0Copy full SHA for 631ade0
deployments/container/native-only.mk
@@ -13,7 +13,9 @@
13
# limitations under the License.
14
15
PUSH_ON_BUILD ?= false
16
+ATTACH_ATTESTATIONS ?= false
17
DOCKER_BUILD_PLATFORM_OPTIONS ?= --platform=linux/amd64
18
+DOCKER_BUILD_OPTIONS = --output=type=image,push=$(PUSH_ON_BUILD) --provenance=$(ATTACH_ATTESTATIONS) --sbom=$(ATTACH_ATTESTATIONS)
19
20
$(PUSH_TARGETS): push-%:
21
$(DOCKER) tag "$(IMAGE)" "$(OUT_IMAGE)"
0 commit comments