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.

https://github.com/regclient/regclient/releases/tag/v0.11.2

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/

regclient

regclient

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

Release v0.8.0 · regclient/regclient

Release v0.8.0 Highlights There are three headline changes in this release: slog support, external referrers, and deprecating legacy packages. This release switches from logrus to slog. Migration m...

GitHub