Fix navidrome custom container image v1.0.2 #194
2 changed files with 2 additions and 1 deletions
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>
commit
2639647632
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Fix navidrome custom container image (removed non-root user that prevented SQLite writes)
|
||||
Loading…
Add table
Add a link
Reference in a new issue