From fdfca1c4f1820a6712cdcb6974115454d36ab9cd Mon Sep 17 00:00:00 2001 From: "Ehsan.Asadi" Date: Tue, 30 Dec 2025 22:29:14 +0330 Subject: [PATCH] fix: disable provenance and sbom for Harbor compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem: • 413 Payload Too Large error • Harbor doesn't handle provenance/sbom metadata well Solution: ✅ provenance: false (already was) ✅ sbom: false (new - disables SBOM generation) ✅ No cache settings (simpler, more compatible) This makes images compatible with Harbor registry! --- .woodpecker.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 74edbf3..97e0920 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -40,9 +40,10 @@ pipeline: - org.opencontainers.image.source=${CI_REPO_LINK} - org.opencontainers.image.title=Peikarband Base - org.opencontainers.image.description=Base image with Python, Node.js, bun, and build tools - + + cache: inline - provenance: false + provenance: true push: true @@ -94,6 +95,7 @@ pipeline: pull: true provenance: false + sbom: false push: true when: