Brandon Mitchell
Brandon Mitchell
For me, an `OCI-Referrers: absent` header would be a great performance improvement, and even more so as the use of the subject field grows. When doing a deep copy of...
I agree that caching is a client side concern and this just needs to return the current state at the time of the manifest get. A client cache is always...
Thanks for working on this. It's been on my list to revisit goreleaser. A few goals I have are to test against older versions of Go (for anyone using regclient...
@developer-guy I think you were the one being pinged. 😄 (See the comments above.)
I spent a bit of time looking over the GoReleaser docs today, and I don't think I'll be adding it to this project. There's a lot of redundancy with code...
I believe this is being worked on in #970. While it's possible to omit a directory in the tar structure, it is not possible to omit the parent folders in...
Some of the changes in #449 can help with this request, but the better solution will be an improved tag API implemented by registries. That's going to take some time,...
It's on the radar. Probably a fair bit out, and if it's added, it would be hidden and marked experimental until OCI or a significant number of registries adopt it.
Closing this out for now. Once something makes progress upstream, this can be revisited.
Can you provide the manifest trying to be pushed? I think you can extract it with: ```shell regctl image import ocidir://extract:latest file.tar regctl manifest get --format body ocidir://extract:latest ```