oras-project / oras-go

ORAS Go library
https://oras.land
Apache License 2.0
173 stars 94 forks source link

Support copy of images and associated references #29

Closed sajayantony closed 2 years ago

sajayantony commented 2 years ago

The current copy implementation moves a source artifact to a target. The library needs to support moving references to support the following options

Examples

juliusl commented 2 years ago

--match-annotation does this imply pattern matching i.e. regex filter?

sajayantony commented 2 years ago

From a library perspective I think enabling regex/re2 support might all that is needed. CLI and other consumers can decided to expose or hide the complexity of accepting just strings or raw patterns.

sajayantony commented 2 years ago

CLI issue is captured here - oras-project/oras#307

Wwwsylvia commented 2 years ago
shizhMSFT commented 2 years ago

Closing as tracked by #201 and #203