-
Notifications
You must be signed in to change notification settings - Fork 201
Closed
Description
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:
- Bump up the dep github.com/opencontainers/image-spec v1.1.0-rc6 to github.com/opencontainers/image-spec v1.1.0 build(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc6 to 1.1.0 #1272
- Bump up the dep oras.land/oras-go/v2 v2.4.0 to oras.land/oras-go/v2 v2.5.0, in order to be compliant with OCI Distribution-spec v1.1.0, see Upgrade to
distribution-spec v1.1.0
oras-go#709 - Change the "Experimental" label to "Preview" in the flag
--image-spec
oforas push
. See Compatibility mode for ORAS for original design context - Keep the "Preview" label from the flag
--distribution-spec
inoras attach
,oras cp
,oras manifest push
, andoras discover
for the context feat: make image spec preview #1338 - Archive the repo artifact-spec: Preparing to archive the artifacts repo artifacts-spec#122
Why 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?
- Yes, I am willing to implement it.
ChristianCiach
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request