Skip to content

fix(ci): disable provenance/sbom to publish plain docker-v2 manifests - #10

Merged
camilesing merged 1 commit into
mainfrom
dev
Sep 11, 2026
Merged

fix(ci): disable provenance/sbom to publish plain docker-v2 manifests#10
camilesing merged 1 commit into
mainfrom
dev

Conversation

@camilesing

@camilesing camilesing commented Sep 11, 2026

Copy link
Copy Markdown
Owner

build-push-action 默认附加 OCI attestation,ACR 拒绝其中的
vnd.oci.empty.v1+json(unknown manifest class),关闭后清单回退 docker manifest list,ACR 可正常接收多架构产物

Summary

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing behavior to change)
  • Documentation / build / CI only

Checklist

  • mvn test passes locally (mvn -B -ntp test -pl datapoly-common,datapoly-template,datapoly-core,datapoly-executor,datapoly-gateway,datapoly-manager -am)
  • If the built-in UI (datapoly-manager-ui) was changed, sh build-ui.sh was run and the built assets were verified; no generated files under datapoly-manager/src/main/resources/ (index.html, static/) were committed
  • No new hardcoded credentials, internal IPs or personal namespaces were introduced

build-push-action 默认附加 OCI attestation,ACR 拒绝其中的
vnd.oci.empty.v1+json(unknown manifest class),关闭后清单回退
docker manifest list,ACR 可正常接收多架构产物
@camilesing
camilesing merged commit 77f9cbe into main Sep 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant