I've been mostly heads down in the #OCI conformance test redesign. But I managed to ship a new #regclient release yesterday with a feature that will hopefully help the #zot registry.
I've been mostly heads down in the #OCI conformance test redesign. But I managed to ship a new #regclient release yesterday with a feature that will hopefully help the #zot registry.
To manage your own registry using the OCI APIs, there's a variety of client tooling.
- I'm the author of #regclient (the regsync command is very useful for mirrors): https://regclient.org
- #Crane is available from Google: https://github.com/google/go-containerregistry/tree/main/cmd/crane
- #Oras was started by Microsoft: https://oras.land/
- #Skopeo is available from RedHat: https://github.com/containers/skopeo/
It's release day for regclient. My favorite new feature is support for external referrers queries. This lets 3rd parties, like the security team, to maintain their own repositories for image metadata (think signatures, SBOMs, attestations). It will be interesting to see how this gets used.
https://github.com/regclient/regclient/releases/tag/v0.8.0
#oci #regclient #docker