Jon Johnson

Results 244 comments of Jon Johnson
trafficstars

> I'm somewhat indifferent on the baseline vs. "v1" debate.. I tend to agree, but having everything be `v` is nicer aesthetically :P

@ImJasonH added https://github.com/google/go-containerregistry/blob/31e00cede111067bae48bfc2cbfc522b0b36207f/pkg/v1/remote/check.go#L12-L49 exactly for this reason.

> Who is maintaining these images? We are! (well... our organizational cousins are): https://github.com/GoogleContainerTools/distroless > Is there a delta between what's found at gcr.io/distroless and docker registry? Yeah, distroless doesn't...

> Java images don't seem to support ARM The debian11 variants do, e.g. https://explore.ggcr.dev/?image=gcr.io/distroless/java17-debian11:nonroot See https://github.com/GoogleContainerTools/distroless#docker for current images.

> flags about private registry, such as auth info I would expect this not to require flags and just use the docker auth config file, in the same way that...

> I am not super familiar with the geo-redundant case, but shouldn't this be handled by the registry itself? Quickly reading up on Azure (I am more familiar with it),...

> In terms of time for this feature, I am not sure the next time I will have to add features, but am willing to review any PRs. > Upon...

> I think that this case is somewhat rare though, and the command could throw a warning/error/rename a path in this case, so it could be an acceptable solution. Thoughts?...

`gcrane cp -r` should work for this

> $ container-diff analyze a7fee75a1ef3 Are you trying to analyze an image in your daemon or the registry? The error message seems to indicate it's trying to pull that image...