mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Docker Buildkit must be enabled via `/etc/default/dokku`. It cannot be enabled via `dokku config` because those variables are not made available during the `build` phase of Docker containers for security reasons (see https://dokku.com/docs/deployment/builders/dockerfiles/#build-time-configuration-variables). See: https://github.com/dokku/dokku/pull/4723#issuecomment-927381185