Skip to content

Commit

Permalink
Add image source label to dockerfiles
Browse files Browse the repository at this point in the history
To get changelogs shown with Renovate a docker container has to add the source label described in the OCI Image Format Specification.

For reference: https://github.com/renovatebot/renovate/blob/main/lib/modules/datasource/docker/readme.md
  • Loading branch information
wuast94 authored Oct 8, 2024
1 parent 6dbee94 commit 4d6a5a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ARG VERSION
ARG BAZARR_VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="chbmb"
LABEL org.opencontainers.image.source="https://github.com/morpheus65535/bazarr"
# hard set UTC in case the user does not define it
ENV TZ="Etc/UTC"

Expand Down

0 comments on commit 4d6a5a8

Please sign in to comment.