-
-
Notifications
You must be signed in to change notification settings - Fork 251
Build images with Buildkit #953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for testcontainers-node ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Dockerfile is always sent as context to buildkit, so can't be ignored.
|
Hi @cristianrgreco, buildkit support via http doesn't take full advantage of buildkit capabilities. gRPC must be used instead. Just want to make this clear if this is going to be supported in tc-node, in order to avoid misunderstandings. |
|
Hi @eddumelendez, the underlying PR to dockerode was implemented using gRPC (apocas/dockerode#766) |
|
Replaced by #955 |
Pull policy tests have had to be removed as we can no longer rely on Docker events to tell us if an image is being pulled.