chore(docker): Add metadata via labels

This is primarily to support Renovate better.
pull/241/head
Robert Dailey 1 month ago
parent 81928f7c8e
commit fd54915e42

@ -26,6 +26,11 @@ RUN dotnet publish src/Recyclarr.Cli -a $TARGETARCH --no-restore -o /app
# final stage/image
FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine
LABEL name="recyclarr" \
org.opencontainers.image.source="https://github.com/recyclarr/recyclarr" \
org.opencontainers.image.url="https://recyclarr.dev" \
org.opencontainers.image.licenses="MIT"
# Read below for the reasons why COMPlus_EnableDiagnostics is set:
# https://github.com/dotnet/docs/issues/10217
# https://github.com/dotnet/runtime/issues/96227

Loading…
Cancel
Save