buildkite-plugins / docker-buildkite-plugin

🐳📦 Run any build step in a Docker container
MIT License
113 stars 106 forks source link

Enable docker buildkit #118

Closed shavo007 closed 5 years ago

shavo007 commented 5 years ago

This is a feature request

Enable buildkit to improve performance

https://docs.docker.com/develop/develop-images/build_enhancements/#to-enable-buildkit-builds

raised here too https://github.com/seek-oss/docker-ecr-cache-buildkite-plugin/issues/12

lox commented 5 years ago

Can you just set DOCKER_BUILDKIT=1 as an env?

shavo007 commented 5 years ago

yep, can do. it was more to raise visibility of the feature here.

lox commented 5 years ago

Totally, very valid question! I've been wondering myself what the best way to make it easy for folks to experiment with Buildkit is 🤔