revert: disable BuildKit due to slow performance on NAS
BuildKit operations (load dockerfile, load context, FROM) are taking 20-80s each on the NAS due to filesystem/resource constraints. Legacy builder is faster. Keeping pip mirror optimization which provides the real speed improvement.
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
||||
prewarm_base_image "python:3.12-slim"
|
||||
|
||||
- name: Build
|
||||
run: DOCKER_BUILDKIT=1 docker build -t nas-dashboard:latest dashboard/
|
||||
run: DOCKER_BUILDKIT=0 docker build -t nas-dashboard:latest dashboard/
|
||||
- name: Sync runtime compose file
|
||||
run: cp dashboard/docker-compose.yml /nas-dashboard/docker-compose.yml
|
||||
- name: Deploy
|
||||
|
||||
Reference in New Issue
Block a user