Brandon Mitchell

Results 554 comments of Brandon Mitchell

Using the following `check_test.go`: ```golang package archutil import "testing" func BenchmarkSupportedPlatforms(b *testing.B) { for n := 0; n < b.N; n++ { pl := SupportedPlatforms(true) if len(pl) < 5 {...

> one niggling thought I have is if artifactType could have any chars that could cause problems for a particular storage driver and would therefore need coding around. The client...

> Sure. I am working on a project adding OCI support to bazel. A speculative alternative to https://github.com/bazelbuild/rules_docker. Part of the project requires me to spin up a local instance...

> > This feels like a really good use case for the OCI Layout for storing images on the filesystem. It avoids external API calls, and a directory in Layout...

Doh, apparently I forgot to submit my comment. My vote is for refers/referrers. I'm not a huge fan of the wording, but the longer we go, the more code gets...

@sajayantony #944 is merged. This should be ready to rebase and clean up the ioutil references. Thanks!

Would eStargz make sense for your use case: https://github.com/containerd/stargz-snapshotter/blob/main/docs/estargz.md This is being proposed in #877 .

> @sudo-bmitch **seekable tar.gz** would not help, because it places TOC at the end of stream, so when the image is piped to stdin, the whole contents needs to be...

We'd still need a branch for some Go and CI fixes that can't be tagged on main without pulling in the working group changes. Given that even v1.0.1 was released...

> > can't be tagged on main without pulling in the working group changes > > Does that work contain backward incompatible changes, or is that because it's not yet...