-
Notifications
You must be signed in to change notification settings - Fork 63
Referrer digests are not copied when publishing #1999
Copy link
Copy link
Labels
Description
ImageBuilder images are now being signed, but the signatures (OCI referrer artifacts) are not copied to the production ACR on publish. Example from our testing ACRs:
Check what got built/staged:
$ oras discover $TEST_STAGING_ACR/build-staging/2916804/dotnet-buildtools/image-builder:linux-amd64-2916804
$TEST_STAGING_ACR/build-staging/2916804/dotnet-buildtools/image-builder@sha256:fb614cb5643ca75835b3ab1ef307eb01f8e4b83878d62736f11bab5fa02ef50c
application/vnd.cncf.notary.signature
sha256:4c77315ec4e3c6629bb9ed6a5690801409e78c226483fbad443ff81eb629e6fd
[annotations]
org.opencontainers.image.created: "2026-03-03T17:19:19.9833777Z"
io.cncf.notary.x509chain.thumbprint#S256: '["<snip/>"]'Check what got published:
$ oras discover $TEST_PROD_ACR/public/dotnet-buildtools/image-builder:linux-amd64-2916804
$TEST_PROD_ACR/public/dotnet-buildtools/image-builder@sha256:fb614cb5643ca75835b3ab1ef307eb01f8e4b83878d62736f11bab5fa02ef50cRelated:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done