From edab46698635c2d938d072f82cd3fd4953f9fd8c Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sun, 15 Feb 2026 08:05:02 -0800 Subject: [PATCH] Switch navidrome Dockerfile to forge mirror for source clones Co-Authored-By: Claude Opus 4.6 --- containers/navidrome/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/containers/navidrome/Dockerfile b/containers/navidrome/Dockerfile index a314143..eabd16e 100644 --- a/containers/navidrome/Dockerfile +++ b/containers/navidrome/Dockerfile @@ -9,7 +9,7 @@ ARG NAVIDROME_VERSION RUN apk add --no-cache git RUN git clone --depth 1 --branch ${NAVIDROME_VERSION} \ - https://github.com/navidrome/navidrome.git /app + https://forge.ops.eblu.me/eblume/navidrome.git /app WORKDIR /app/ui RUN npm ci @@ -21,7 +21,7 @@ ARG NAVIDROME_VERSION RUN apk add --no-cache build-base git taglib-dev RUN git clone --depth 1 --branch ${NAVIDROME_VERSION} \ - https://github.com/navidrome/navidrome.git /app + https://forge.ops.eblu.me/eblume/navidrome.git /app WORKDIR /app @@ -39,6 +39,7 @@ FROM alpine:3.22 LABEL org.opencontainers.image.title=Navidrome LABEL org.opencontainers.image.description="Navidrome is a self-hosted music server and streamer" +# Points to upstream canonical source, not the forge mirror used for builds LABEL org.opencontainers.image.source=https://github.com/navidrome/navidrome RUN apk add --no-cache ca-certificates tzdata taglib ffmpeg