-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update experimental flag image-spec
#1043
Comments
Should we allow users to specify the image type of |
If it is |
Since it impacts For |
Sorry I am confused, why removing |
In my opinion, For |
Removing an experimental feature or changes to these should be considered as non-breaking. My understanding is that the image-spec flag for 1.1 was definitely preview or experimental. |
...
"config": {
"mediaType": "test.artifact.type",
"digest": "sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a",
"size": 2
},
...
...
"artifactType": "test.artifact.type",
"config": {
"mediaType": "application/vnd.oci.empty.v1+json",
"digest": "sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a",
"size": 2
},
... @sajayantony Please notice that Unfortunately we didn't mark |
image-spec
image-spec
OCI Artifact Manifest no longer exists in https://github.com/opencontainers/image-spec/tree/v1.1.0-rc4, oras CLI should remove the
v1.1-artifact
as an option of--image-spec
.For
oras push
:v1.0-image
andv1.1-artifact
--config
and--artifact-type
to be used at the same timeFor
oras attach
:--image-spec
:oras attach
only generate manifests with bothsubject
andartifactType
presentedThe text was updated successfully, but these errors were encountered: