Skip to content
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

support for buildkit #135

Open
kennyworkman opened this issue Aug 11, 2022 · 3 comments
Open

support for buildkit #135

kennyworkman opened this issue Aug 11, 2022 · 3 comments

Comments

@kennyworkman
Copy link
Member

use of buildkit to build containers is desirable because:

  • use of heredocs
  • cache mounts
  • build speed

buildkit is not supported out of the box in py-docker - docker/docker-py#2230

closing this issue means either patching py-docker ourself or waiting for it to get patched

@mnemeth66
Copy link
Contributor

this looked like it would be a lot of work for not enough reward when I went down the rabbit hole, unless all images are being built by the same docker daemon in remote register

@kennyworkman
Copy link
Member Author

the caching improvements will be quite nice when the cache is big - with improvements to remote builds, that's certainly the direction we're moving towards

additionally, the heredoc syntax is far more legible for multi-line RUN commands

shame...

@nh13
Copy link
Contributor

nh13 commented Apr 21, 2023

Yes please!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants