You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the "Experimental" label to "Preview" in the flag --image-spec of oras push. See Compatibility mode for ORAS for original design context
Keep the "Preview" label from the flag --distribution-spec in oras attach, oras cp, oras manifest push, and oras discover for the context feat: make image spec preview #1338
Suggest to elevate --image-spec to preview and make --distribution-spec stay on preview.
That sounds reasonable as some registries like GHCR, Docker Hub, ECR are still compliant with OCI v1.0. It would be good to remove "preview" labels from --image-spec and --distribution-spec untill most of the popular registries upgrade to OCI v1.1
What is the version of your ORAS CLI
v1.2.0-beta.1
What would you like to be added?
OCI group announced the Image-spec v1.1.0 and Distribution-spec v1.1.0 in Feb 2024.
What changes we should make in ORAS:
distribution-spec v1.1.0
oras-go#709--image-spec
oforas push
. See Compatibility mode for ORAS for original design context--distribution-spec
inoras attach
,oras cp
,oras manifest push
, andoras discover
for the context feat: make image spec preview #1338Why is this needed for ORAS?
It will make ORAS be compliant with the latest OCI Spec v1.1.0 and increase the feature maturity
Are you willing to submit PRs to contribute to this feature?
The text was updated successfully, but these errors were encountered: