Dockerfile: Add `org.opencontainers.image.source` label (#97462)

Add org.opencontainers.image.source label to Dockerfile

Co-authored-by: Matheus Macabu <macabu.matheus@gmail.com>
This commit is contained in:
Robin Schneider 2025-02-19 21:37:11 +01:00 committed by GitHub
parent 94c6f7d1e5
commit ffefe9013e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ FROM ${JS_SRC} AS js-src
FROM ${BASE_IMAGE}
LABEL maintainer="Grafana Labs <hello@grafana.com>"
LABEL org.opencontainers.image.source="https://github.com/grafana/grafana"
ARG GF_UID="472"
ARG GF_GID="0"