dockerfile-plus icon indicating copy to clipboard operation
dockerfile-plus copied to clipboard

Does this work through the Docker Engine API?

Open luthfib opened this issue 4 years ago • 1 comments

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)?

luthfib avatar Mar 10 '21 19:03 luthfib

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

edrevo avatar Mar 10 '21 21:03 edrevo