-
Notifications
You must be signed in to change notification settings - Fork 99
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
Upgrading to new OCI 1.1 spec #494
Comments
For example: |
Hi, We're testing the image spec master branch on And is currently used in: Line 93 in 2e7b65f
|
@andaaron Thanks for the reminder! We will fix that in the upcoming versions. |
For the next minor version of The required changes for
|
Closing this issue as |
A new release candidate of OCI 1.1 spec is released.
We need to discuss how
oras-go
should support / implement the latest release candidate, or we should hold on for the stable release.Summary of ORAS Related Changes
image-spec
:v1.1.0-rc2
-->v1.1.0-rc4
org.opencontainers.artifact.created
org.opencontainers.artifact.description
org.opencontainers.referrers.filtersApplied
1.18
application/vnd.oci.empty.v1+json
artifactType
field is introduced to the image manifest. This field MUST be set if the config media type is set to emptyartifactType
andsubject
fields are introduced to the image indexlayers
field of an image manifest SHOULD NOT be empty, which was a MUST. If the config media type isapplication/vnd.oci.image.config.v1+json
,layers
MUST NOT be empty.Full change set: opencontainers/image-spec@v1.1.0-rc2...v1.1.0-rc4
distribution-spec
:v1.1.0-rc1
-->v1.1.0-rc.3
OCI-Chunk-Min-Length
headerend-13
:GET /v2/<name>/blobs/uploads/<reference>
.OCI-Subject
header is returned on PUT manifest withsubject
if the remote registry supports Referrers API.org.opencontainers.referrers.filtersApplied
. Instead, the registry server returns a headerOCI-Filters-Applied
.Warning
headers1.18
oras-go
code:oras-go/registry/reference.go
Lines 30 to 37 in 0e20275
Full change set: opencontainers/distribution-spec@v1.1.0-rc1...v1.1.0-rc.3
Detailed Changes by Release
image-spec
:v1.1.0-rc2
-->v1.1.0-rc.3
org.opencontainers.artifact.created
org.opencontainers.artifact.description
org.opencontainers.referrers.filtersApplied
1.18
application/vnd.oci.scratch.v1+json
artifactType
field is introduced to the image manifest. This field MUST be set if the config media type is set to scratchlayers
field of an image manifest SHOULD NOT be empty, which was a MUST. If the config media type isapplication/vnd.oci.image.config.v1+json
,layers
MUST NOT be empty.Full change set: opencontainers/image-spec@v1.1.0-rc2...v1.1.0-rc.3
image-spec
:v1.1.0-rc.3
-->v1.1.0-rc4
artifactType
andsubject
fields are introduced to the image indexapplication/vnd.oci.empty.v1+json
Full change set: opencontainers/image-spec@v1.1.0-rc.3...v1.1.0-rc4
distribution-spec
:v1.1.0-rc1
-->v1.1.0-rc.2
OCI-Chunk-Min-Length
headerend-13
:GET /v2/<name>/blobs/uploads/<reference>
.OCI-Subject
header is returned on PUT manifest withsubject
if the remote registry supports Referrers API.org.opencontainers.referrers.filtersApplied
. Instead, the registry server returns a headerOCI-Filters-Applied
.Warning
headers1.18
Full change set: opencontainers/distribution-spec@v1.1.0-rc1...v1.1.0-rc.2
distribution-spec
:v1.1.0-rc.2
-->v1.1.0-rc.3
oras-go
code:oras-go/registry/reference.go
Lines 30 to 37 in 0e20275
Full change set: opencontainers/distribution-spec@v1.1.0-rc.2...v1.1.0-rc.3
The text was updated successfully, but these errors were encountered: