This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git
The following commit(s) were added to refs/heads/main by this push:
new f6fa1b4 Build Docker multi-arch without attestation manifest (#140)
f6fa1b4 is described below
commit f6fa1b4ecefb3648e5136024f5d422a2acf5f235
Author: kezhenxu94 <[email protected]>
AuthorDate: Mon Jun 26 21:50:25 2023 +0800
Build Docker multi-arch without attestation manifest (#140)
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index ea0fb6d..561b9a6 100644
--- a/Makefile
+++ b/Makefile
@@ -115,6 +115,7 @@ define DOCKER_RULE
--no-cache --build-arg VERSION=$(VERSION) \
-t $(HUB)/skywalking-satellite:v$(VERSION) \
-f docker/Dockerfile \
+ --provenance=false \
.
docker buildx rm skywalking_satellite || true
endef