Support oci sync#112
Conversation
Signed-off-by: Megrez Lu <lujiajing1126@gmail.com>
|
This PR add can't support for OCI image specs,when you push oci media type to harbor will get some error |
Well, your destination must support OCI, for example, JFrog Artifactory. From the official Habor blog, https://goharbor.io/blog/harbor-2.0/, it starts to support OCI from 2.0. Otherwise, you may have to transform from DockerImage to OCI image locally. |
|
The letest image syncer where can download,can slove application/vnd.oci.image.manifest.v1+json |
Not pretty catch your meaning. But if you want a working binary, you may clone my fork https://github.com/lujiajing1126/image-syncer and build on your server. |
Codecov ReportPatch and project coverage have no change.
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #112 +/- ##
=======================================
Coverage 53.96% 53.96%
=======================================
Files 1 1
Lines 63 63
=======================================
Hits 34 34
Misses 24 24
Partials 5 5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Pull Request Description
Describe what this PR does / why we need it
This PR add support for OCI image specs
Does this pull request fix one issue?
Fixes #100
Describe how you did it
Describe how to verify it
Special notes for reviews