Enable BuildKit by setting DOCKER_BUILDKIT in the env files#573
Enable BuildKit by setting DOCKER_BUILDKIT in the env files#573ezio-melotti wants to merge 1 commit intomasterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR enables Docker BuildKit by adding the DOCKER_BUILDKIT=1 environment variable to all environment configuration files, addressing issue #572 which likely reported a warning about BuildKit not being enabled. BuildKit is Docker's improved build system that provides better performance, caching, and build output.
- Adds
DOCKER_BUILDKIT=1to all three environment configuration files - Refactors package installation code in simoc.py for better maintainability
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| simoc_docker_ngs.env | Adds export DOCKER_BUILDKIT=1 to enable BuildKit for the ngs.simoc.space environment |
| simoc_docker_beta.env | Adds export DOCKER_BUILDKIT=1 to enable BuildKit for the beta.simoc.space environment |
| simoc_docker.env | Adds export DOCKER_BUILDKIT=1 to enable BuildKit for the localhost environment |
| simoc.py | Refactors package installation by extracting package list into a variable for cleaner code |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
This didn't work: Apparently BuildKit is not installed on Ubuntu 24.04 and can either be installed manually, the docker |
This should fix the warning reported in: