Justin Chadwell

Results 148 comments of Justin Chadwell

Heya :wave: Yeah, you're right, this isn't supposed to be available, but the docs and help definitely suggest it is - I've pushed a PR to hopefully make the behavior...

Currently, buildx has support for merging manifest outputs from the builder results. I think it should be possible to implement similar support for merging cache manifests, it should be very...

You're trying to pull an image `docker.io/library/cfee3a34e9c68ac1d16035a81a926786:latest` that doesn't exist. Therefore, you're getting the `pull access denied error`. Without providing more information, like your Dockerfile, and docker-compose setup, there's not...

Yeah, this is fiddly :smile: Buildkit now supports 4 different locations for attaching annotations: - At the manifest level (the default) - At the index level (for multi-arch images, etc)...

So in chatting with @tonistiigi and @crazy-max - I think we want to hold off on adding any buildx-specific syntax just for the time being, at least until we can...

> Are you using master buildkit? This feature is not in any release yet. @jedevc Maybe we can make it more clear in the docs. CC @crazy-max, we've discussed making...

Hm having a section called "guides" in the "manuals" feels confusing. Since this relates to Dockerfiles, I wonder if we should have a `Dockerfile` section under `Docker Build`? This would...

> but what about our guides in https://github.com/docker/buildx/tree/master/docs/guides? I recall you had some ideas for a folder under Docker Build section for them Good point :laughing: I think they probably...

Let's definitely get this in asap :tada: - should save a lot of time going back and forth on getting reproduction details!

I'm not sure, does this work across multiple contexts? e.g. on dd4l, the `desktop-linux` docker driver is used, while the `default` docker driver is in a different context. So always...