forked from distribution/distribution
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add OCI Artifact Support #21
Comments
4 tasks
As I try to implement this feature, I've found the work to greatly exceed the scope of one pull request. Therefore I would like to split this task into multiple, manageable smaller pull requests as follows:
|
shizhMSFT
pushed a commit
that referenced
this issue
Oct 19, 2022
Add OCI artifact manifest type by updating `github.com/opencontainers/image-spec` module to `v1.1.0-rc2`. Changes are made by running `go mod tidy` and `go mod vendor`. Part 1 of Issue #21 Signed-off-by: wangxiaoxuan273 <[email protected]>
This was referenced Oct 19, 2022
shizhMSFT
pushed a commit
that referenced
this issue
Oct 27, 2022
Implemented ArtifactManifest and related structs and functions. Unit tests included. Part 2 of #21 Signed-off-by: wangxiaoxuan273 <[email protected]>
shizhMSFT
pushed a commit
that referenced
this issue
Nov 3, 2022
Implemented artifact manifest handler related changes for the storage package, unit tests included. Part 3 of #21 Signed-off-by: wangxiaoxuan273 <[email protected]>
shizhMSFT
pushed a commit
that referenced
this issue
Nov 4, 2022
Part 4 of #21. Implemented necessary changes in the handler package. Signed-off-by: wangxiaoxuan273 <[email protected]>
shizhMSFT
pushed a commit
that referenced
this issue
Nov 4, 2022
Implement the `referrers` route in the `registry/api/v2` package. Path with filtering on `ArtifactType` is also implemented. Unit tests are included. The next pr will implement `referrersHandler` but probably will not implement filtering yet. Part 5 of #21 Signed-off-by: wangxiaoxuan273 <[email protected]>
This was referenced Nov 10, 2022
This was referenced Nov 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/opencontainers/distribution-spec/blob/main/spec.md#listing-referrers
v2/<repository>/referrers
routeOpen questions:
The text was updated successfully, but these errors were encountered: