-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Transitioning DockerFile and Moby Build features #34227
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
Comments
#32925 is tracking the technical details of Buildkit. We can use this issue to track the transition for Moby Core build feature out of moby-core and to the downstream projects. |
Some more background how the buildkit integration would work with Buildkit design already splits build definition and builder invocation. It supports a concept of frontends that are components for preparing user-friendly formats to a general purpose low-level definition. In a simplified description, this low-level definition is a graph of build steps with multiple inputs and outputs. Only fundamental actions are supported like sandboxed execution and access to remote sources. There isn't anything Buildkit development happens in a separate repository. When it has matured enough to have feature parity and stability it can be integrated with Moby core API(or more generally under the umbrella of Moby APIs). /cc @AkihiroSuda |
I think this issue has run its course. I suggest we close this issue. |
Will Dockerfile remain under moby/buildkit repo? Who are the maintainers of the Dockerfile specification? |
I think the plan was to move the spec to its own repository at some point, but that it was easier to put it in buildkit for the time being |
Based on the project discussions under
https://forums.mobyproject.org/t/topic-find-a-good-and-non-confusing-home-for-the-remaining-monolith/37/57
This issue is opened to track:
The text was updated successfully, but these errors were encountered: