We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24005d commit 7abe2daCopy full SHA for 7abe2da
deployments/container/native-only.mk
@@ -13,7 +13,8 @@
13
# limitations under the License.
14
15
PUSH_ON_BUILD ?= false
16
-DOCKER_BUILD_PLATFORM_OPTIONS ?= --platform=linux/amd64
+ATTACH_ATTESTATIONS ?= false
17
+DOCKER_BUILD_OPTIONS = --output=type=image,push=$(PUSH_ON_BUILD) --provenance=$(ATTACH_ATTESTATIONS) --sbom=$(ATTACH_ATTESTATIONS)
18
19
ifeq ($(PUSH_ON_BUILD),true)
20
$(BUILD_TARGETS): image
0 commit comments