Skip to content

Commit bf37b95

Browse files
authored
Add image source label to dockerfiles (#573)
* Update Dockerfile * Update debian.Dockerfile
1 parent 61d8086 commit bf37b95

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ RUN yarn install --pure-lockfile --production
2828
FROM base
2929

3030
LABEL maintainer="Grafana team <[email protected]>"
31+
LABEL org.opencontainers.image.source="https://github.com/grafana/grafana-image-renderer"
3132

3233
ARG GF_UID="472"
3334
ARG GF_GID="472"

debian.Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ RUN yarn install --pure-lockfile --production
3333

3434
# Final stage
3535
FROM base
36+
LABEL org.opencontainers.image.source="https://github.com/grafana/grafana-image-renderer"
3637

3738
ENV NODE_ENV=production
3839

0 commit comments

Comments
 (0)