David Xia
David Xia
@dflemstr @mbruggmann
Feel free to close On Wed, Jan 22, 2020 at 16:43 Matt Brown wrote: > @davidxia is this still something you want > to track with an open issue >...
We don't have any plans to add ourself, but PRs are welcome :)
@mattnworb This behavior is documented in [recent API versions](https://docs.docker.com/engine/api/v1.30/#operation/ImageCreate). > Tag or digest. If empty when pulling an image, this causes all tags for the given image to be pulled....
Seems like this code will run the same image when IMAGE is "nginx" or "nginx:latest". `docker inspect shows both containers have the same image `sha256:40960efd7b8f44ed5cafee61c189a8f4db39838848d41861898f56c29565266e`. ```java final DockerClient client =...
Thanks for reporting. PRs welcome.
@GabrielSVinha just wondering about the above.
@liuqiyuan Thanks for reporting. PRs are welcome :)
@rwmajor2 We can't merge this bc https://github.com/spotify/docker-client/pull/1034 isn't finished. If you want to pick it up, we can review it.
@rwmajor2 If someone can rebase it, answer my question in that PR, and test that it actually works, I'm happy to merge it.