Description
As indicated by our roadmap, we want the builder to be pulled out of the Engine. The end goal is that the daemon should know nothing about the Dockerfile.
The lack of ability to copy files to a container makes it impossible to fully implement the builder using exclusively the API. We have ongoing PR for this, that would be a prerequisite for this PR:
Apparently @jlhawn also has work on his fork for a client-side builder.
How to
Description
As indicated by our roadmap, we want the builder to be pulled out of the Engine. The end goal is that the daemon should know nothing about the Dockerfile.
The lack of ability to copy files to a container makes it impossible to fully implement the builder using exclusively the API. We have ongoing PR for this, that would be a prerequisite for this PR:
docker cp++ #14058: more docker cpApparently @jlhawn also has work on his fork for a client-side builder.
How to