containers / skopeo

Work with remote images registries - retrieving information, images, signing content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide skopeo as a Go package

soubinan opened this issue · comments

Hi,

I was wondering if it was possible to have Skopeo as a Go package..
That way other tools could use its extensive capabilities directly in their features

Is this planned ? or possible ?

Thanks for reaching out.

Skopeo is already (apart from sync) a very thin wrapper around (and therefore, example code for), the https://github.com/containers/image library; use that library directly.

Great!
Thank you :)