dockerfile-plus
dockerfile-plus copied to clipboard
Does this work through the Docker Engine API?
I have tried using the INCLUDE+ directive but have not had any luck using the python docker library. Has this been tested through the docker api (v1.41)?
You need buildkit in order to build a container with Dockerfile+. I am not familiar with the Docker API, but I do see a buildkit reference in the ImageBuild operation, so it might be possible: https://docs.docker.com/engine/api/v1.41/#operation/ImageBuild