exporter: default attestations to OCI artifacts - #6914
Merged
tonistiigi merged 1 commit intoJul 3, 2026
Conversation
crazy-max
force-pushed
the
oci-artifact-attestation-default
branch
2 times, most recently
from
June 30, 2026 14:21
0f7797a to
47d2dc2
Compare
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
crazy-max
force-pushed
the
oci-artifact-attestation-default
branch
from
June 30, 2026 16:36
47d2dc2 to
9a16a73
Compare
crazy-max
marked this pull request as ready for review
July 1, 2026 09:11
tonistiigi
approved these changes
Jul 3, 2026
Closed
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #6171
This changes attestation manifests to use the OCI artifact form by default when OCI media types are enabled in the current compatibility version.
The exporter now tracks whether
oci-artifactwas omitted or explicitly set, which preservesoci-artifact=falseas the opt-out path and keeps explicitoci-artifact=truebehavior intact.OCI artifact storage is now supported across the targeted registries, so the previous opt-in default is no longer buying much except old behavior.