Fix navidrome custom container image v1.0.2 #194

Merged
eblume merged 2 commits from fix/navidrome-container-v1.0.2 into main 2026-02-16 08:24:34 -08:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 2639647632 - Show all commits

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>
Erich Blume 2026-02-16 08:03:24 -08:00

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)