chore(docker): Add source OCI labels

These labels are used, among other things, by Renovate to pull
changelogs/link to the upstream repository automatically
(https://docs.renovatebot.com/modules/datasource/docker/).
This commit is contained in:
Marc Plano-Lesay
2026-01-31 11:06:08 +11:00
parent c6e1b9c629
commit 6adf2851ba
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -90,6 +90,8 @@ RUN npm run build:parallel && rm -rf node_modules && rm -rf docsite/node_modules
FROM base AS app
LABEL org.opencontainers.image.source="https://github.com/FoxxMD/multi-scrobbler"
COPY --chown=abc:abc *.json *.js *.ts index.html ./
COPY --chown=abc:abc patches ./patches
COPY --from=build --chown=abc:abc /app/dist /app/dist
+2
View File
@@ -44,6 +44,8 @@ RUN npm run docs:install && npm run build && rm -rf node_modules && rm -rf docsi
FROM base as app
LABEL org.opencontainers.image.source="https://github.com/FoxxMD/multi-scrobbler"
#COPY --chown=abc:abc package.json yarn.lock ./
COPY --chown=abc:abc package*.json ./
COPY --chown=abc:abc patches ./patches