blumeops/containers
Erich Blume c86b5d7772
All checks were successful
Build Container / detect (push) Successful in 3s
Build Container / build-dagger (navidrome) (push) Successful in 22m26s
Native Dagger container builds + Navidrome v0.61.1 (#330)
## Summary
- Move Dagger module from `.dagger/` to repo root (`src/blumeops/`), rename `blumeops-ci` → `blumeops`
- Replace opaque `docker_build()` with native Dagger pipelines that surface full build errors per step
- Migrate navidrome as the first container (`containers/navidrome/container.py`)
- Upgrade navidrome from v0.60.3 to v0.61.1 (major artwork overhaul, SQLite FTS5 search, server-managed transcoding)
- Add `dagger call container-version` for CI version extraction without Dockerfile parsing
- All mise tasks (`container-list`, `container-version-check`, `container-build-and-release`) updated for hybrid mode
- Legacy `docker_build()` fallback preserved for all other containers

## Motivation
When navidrome v0.61.0 added a new Go build tag (`sqlite_fts5`), `docker_build()` showed only "exit code: 1". We had to run `docker build --progress=plain` manually to find `undefined: buildtags.SQLITE_FTS5`. Native Dagger pipelines show the full error inline.

## Container build dispatch needed
After merge, dispatch container build for navidrome:
```
mise run container-build-and-release navidrome --ref 470b4bd
```

## Deploy steps
1. Wait for container build to complete
2. Back up navidrome-data PVC (non-reversible DB migrations)
3. `argocd app set navidrome --revision main && argocd app sync navidrome`
4. Verify at https://dj.ops.eblu.me

## Future
Remaining containers migrate incrementally in follow-up PRs using the same pattern.

Reviewed-on: #330
2026-04-11 17:11:56 -07:00
..
alloy Localize authentik-redis container (#309) 2026-03-24 13:27:36 -07:00
authentik Upgrade authentik 2026.2.0 → 2026.2.2 (patch release) 2026-04-08 10:53:03 -07:00
authentik-redis Localize authentik-redis container (#309) 2026-03-24 13:27:36 -07:00
cv Add consistent OCI labels to all container Dockerfiles 2026-03-18 20:42:00 -07:00
devpi Add consistent OCI labels to all container Dockerfiles 2026-03-18 20:42:00 -07:00
grafana Upgrade Grafana 12.3.3 → 12.4.2 (#322) 2026-04-02 11:33:19 -07:00
grafana-sidecar Add consistent OCI labels to all container Dockerfiles 2026-03-18 20:42:00 -07:00
homepage Upgrade Homepage container to v1.11.0 2026-03-26 10:17:36 -07:00
kingfisher Fix Kingfisher container: make /tmp world-writable 2026-03-30 06:53:34 -07:00
kiwix-serve Add consistent OCI labels to all container Dockerfiles 2026-03-18 20:42:00 -07:00
kube-state-metrics Localize kube-state-metrics container (Dockerfile + nix) (#327) 2026-04-07 16:09:25 -07:00
kubectl Add consistent OCI labels to all container Dockerfiles 2026-03-18 20:42:00 -07:00
loki Update loki to 3.6.7 (#302) 2026-03-20 16:02:28 -07:00
mealie Add consistent OCI labels to all container Dockerfiles 2026-03-18 20:42:00 -07:00
miniflux Add consistent OCI labels to all container Dockerfiles 2026-03-18 20:42:00 -07:00
navidrome Native Dagger container builds + Navidrome v0.61.1 (#330) 2026-04-11 17:11:56 -07:00
ntfy Localize authentik-redis container (#309) 2026-03-24 13:27:36 -07:00
paperless Deploy Paperless-ngx document management (#328) 2026-04-08 17:54:12 -07:00
prometheus Add consistent OCI labels to all container Dockerfiles 2026-03-18 20:42:00 -07:00
prowler Add Prowler image vulnerability scanning for blumeops containers 2026-03-24 16:43:08 -07:00
quartz Add consistent OCI labels to all container Dockerfiles 2026-03-18 20:42:00 -07:00
runner-job-image Add consistent OCI labels to all container Dockerfiles 2026-03-18 20:42:00 -07:00
tempo Build Tempo container from source (2.10.3) (#323) 2026-04-02 13:45:02 -07:00
teslamate Add consistent OCI labels to all container Dockerfiles 2026-03-18 20:42:00 -07:00
transmission Add consistent OCI labels to all container Dockerfiles 2026-03-18 20:42:00 -07:00
transmission-exporter Add consistent OCI labels to all container Dockerfiles 2026-03-18 20:42:00 -07:00
unpoller Add consistent OCI labels to all container Dockerfiles 2026-03-18 20:42:00 -07:00