Switch navidrome to custom container image v1.0.2

The v1.0.1 image was built before the USER 65534 removal,
causing SQLite write failures at runtime. v1.0.2 includes
both the zlib-dev build fix and the non-root user removal.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-16 08:03:24 -08:00
commit 2639647632
2 changed files with 2 additions and 1 deletions

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: navidrome
image: deluan/navidrome:0.60.3
image: registry.ops.eblu.me/blumeops/navidrome:v1.0.2
ports:
- containerPort: 4533
name: http

View file

@ -0,0 +1 @@
Fix navidrome custom container image (removed non-root user that prevented SQLite writes)