Skip to content

Commit

Permalink
Add image source label to dockerfiles (#573)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Update debian.Dockerfile
  • Loading branch information
wuast94 authored Oct 17, 2024
1 parent 61d8086 commit bf37b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN yarn install --pure-lockfile --production
FROM base

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

ARG GF_UID="472"
ARG GF_GID="472"
Expand Down
1 change: 1 addition & 0 deletions debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN yarn install --pure-lockfile --production

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

ENV NODE_ENV=production

Expand Down

0 comments on commit bf37b95

Please sign in to comment.