addressing configuration dependency issues
Some checks failed
CI / Rustfmt (push) Successful in 59s
CI / Web Blocking Checks (push) Has been cancelled
CI / Security Blocking Checks (push) Has been cancelled
CI / Web Advisory Checks (push) Has been cancelled
CI / Tests (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Security Advisory Checks (push) Has been cancelled
CI / Cargo Audit & Deny (push) Has been cancelled
Publish Images And Chart / Resolve Publish Metadata (push) Successful in 3s
Publish Images And Chart / Publish init-packs (push) Successful in 47s
Publish Images And Chart / Publish sensor (push) Failing after 23s
Publish Images And Chart / Publish init-user (push) Successful in 1m51s
Publish Images And Chart / Publish migrations (push) Successful in 1m57s
Publish Images And Chart / Publish web (push) Successful in 57s
Publish Images And Chart / Publish api (push) Failing after 48s
Publish Images And Chart / Publish worker (push) Failing after 1m23s
Publish Images And Chart / Publish executor (push) Failing after 1m9s
Publish Images And Chart / Publish notifier (push) Failing after 1h44m16s
Publish Images And Chart / Publish Helm Chart (push) Has been cancelled

This commit is contained in:
2026-03-20 19:50:44 -05:00
parent ae8029f9c4
commit 1c16f65476
11 changed files with 56 additions and 499 deletions

View File

@@ -219,10 +219,10 @@ docker builder prune --keep-storage 10GB
### Want faster parallel builds
Remove `sharing=locked` from `docker/Dockerfile` and use cache warming:
Remove `sharing=locked` from the optimized Dockerfiles and use cache warming:
```bash
# Edit docker/Dockerfile - remove ,sharing=locked from RUN --mount lines
# Edit the optimized Dockerfiles - remove ,sharing=locked from RUN --mount lines
make docker-cache-warm
make docker-build
```
@@ -250,4 +250,4 @@ make docker-build
**Recommended workflow**: Use `make docker-cache-warm` before `make docker-build` for faster initial builds.
**Trade-off**: Slight increase in build time (~5-10 min) for 100% reliability is worth it for production deployments.
**Trade-off**: Slight increase in build time (~5-10 min) for 100% reliability is worth it for production deployments.