Brandon Mitchell
Brandon Mitchell
> I tried export first and modify second, and image name annotation is gone Try the other way around, modify it first, to a local OCI Layout (ocidir), and then...
regclient maintains support for at least 3 releases of Go, which means 1.20 - 1.22 right now. This would need to wait until 1.23 is released and 1.20 support is...
> What about moving to [logr](https://github.com/go-logr/logr)? Why? What issue are you trying to fix?
In addition to removing dependencies by shifting to the standard library in the future, it's a bit unusual for an application to tightly bind its logging to that of the...
Adding log/slog support is definitely on the list. Deprecating logrus will take time since people need the opportunity to upgrade their own tools without immediate breaking changes. Edit: it will...
I'll be interested to see wasm projects that use regclient. Feel free to link any real-world use cases.
@rchincha With the merging of https://github.com/opencontainers/image-spec/pull/1240, is this good to be closed?
Do you have a proposed change to the wording? Even better if there's an example implementation. I'm worried about how this would impact a streaming push where the source is...
This still feels like it's going to break a lot of things to me. I'd like to see some implementations showing both the feasibility and a measured performance improvement.
The challenges depend on the scenarios: - old client, old registry: this is the current state, no change, no impact. - new client, old registry: the client needs to know...