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 13:37:11 -07:00
committed by GitHub
co-authored by Matheus Macabu
parent 94c6f7d1e5
commit ffefe9013e
+1
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"