We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d8086 commit bf37b95Copy full SHA for bf37b95
Dockerfile
@@ -28,6 +28,7 @@ RUN yarn install --pure-lockfile --production
28
FROM base
29
30
LABEL maintainer="Grafana team <[email protected]>"
31
+LABEL org.opencontainers.image.source="https://github.com/grafana/grafana-image-renderer"
32
33
ARG GF_UID="472"
34
ARG GF_GID="472"
debian.Dockerfile
@@ -33,6 +33,7 @@ RUN yarn install --pure-lockfile --production
# Final stage
35
36
37
38
ENV NODE_ENV=production
39
0 commit comments