mirror of https://github.com/grafana/grafana.git
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:
parent
94c6f7d1e5
commit
ffefe9013e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue