cnrancher / hangar

Multi-platform container image command-line utility.
https://hangar.cnrancher.com
Apache License 2.0
12 stars 6 forks source link

[1.4.3][feature] Add OCI format container image support #17

Closed STARRY-S closed 1 year ago

STARRY-S commented 1 year ago

Need to support OCI format container image (media type: application/vnd.oci.image.manifest.v1+json)

And the logic of mirror/load and validation functions needs to be updated.

STARRY-S commented 1 year ago

OCI format source image support added in commit: https://github.com/cnrancher/hangar/commit/8ee23b259cb3386d0cde06894a87d5b3dc0f3feb

Available to test in v1.4.3-rc1. CC @rootwuj

rootwuj commented 1 year ago

Version:

OCI format container image:

Verification passed. The test results are as follows:

Test Case Test Result
Mirror OCI format image Pass
Save OIC format image Pass