7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-01 13:50:47 +00:00
tutor/changelog.d/20230313_172348_regis_docker_optimize.md
Régis Behmo 28dce8c51a improvement: customisable docker build command
This paves the way for `docker buildx build` and better caching.

For instance, with this change you can try out the following plugin,
which should make image building much faster in CI:
https://gist.github.com/regisb/4049622ec4b48cbd48c89ec708dc5252
(not ready for production just yet, we still need to build and push the
images)
2023-03-20 14:20:30 +01:00

127 B

  • [Feature] Introduce the DOCKER_BUILD_COMMAND which makes it possible to customize the docker build command. (by @regisb)