fix: disable provenance and sbom for Harbor compatibility
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

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!
This commit is contained in:
Ehsan.Asadi
2025-12-30 22:29:14 +03:30
parent a608726db9
commit fdfca1c4f1

View File

@@ -41,8 +41,9 @@ pipeline:
- org.opencontainers.image.title=Peikarband Base - org.opencontainers.image.title=Peikarband Base
- org.opencontainers.image.description=Base image with Python, Node.js, bun, and build tools - org.opencontainers.image.description=Base image with Python, Node.js, bun, and build tools
cache: inline cache: inline
provenance: false provenance: true
push: true push: true
@@ -94,6 +95,7 @@ pipeline:
pull: true pull: true
provenance: false provenance: false
sbom: false
push: true push: true
when: when: