Brandon Mitchell

Results 554 comments of Brandon Mitchell

> One thing that my rules don't make clear (and that I'm not clear on myself tbh), is whether it's possible that an object pushed to the `blobs` endpoint can...

> I don't think > > > - if a manifest list is live, all the manifests in the list are live > > is necessarily true. > The bit...

> The latter seems more like a tooling bug to me... Yes, it is a bug (or open issue) that's existed for over 3 years in the reference implementation of...

I've volunteered to work on the registry server tests when time permits (additional help is always appreciated). Someone else would need to write the tests for clients. LF/OCI may help...

My preference is to use the Go stdlib where possible. My goal is to minimize the number of external libraries and frameworks someone needs to learn to submit a PR...

Oh, I also wasn't volunteering to redesign the configuration around a configuration file. My plan was to stick with environment variables, maybe CLI parameters, to simplify the integration with GitHub...

Okay, I'll hold off on doing anything pending agreement on these concerns.

I would much rather see a holistic approach over adding more patches onto the existing conformance tests. Adding tests for referrers already stretched the existing model beyond the initial design....

What changes are needed in distribution-spec to support this? Is a pointer to the HTTP specs documenting range requests enough?

> Just like conformance, we should write benchmark code for this. Is that an OCI requirement, or something implementations should be doing?