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 e8cb05c commit 9fc3706Copy full SHA for 9fc3706
.github/CODEOWNERS
@@ -0,0 +1 @@
1
+* @grafana/grafana-operator-experience-squad
Dockerfile
@@ -42,7 +42,7 @@ RUN yarn install --pure-lockfile --production
42
FROM base
43
44
LABEL maintainer="Grafana team <[email protected]>"
45
-LABEL org.opencontainers.image.source="https://github.com/grafana/grafana-image-renderer"
+LABEL org.opencontainers.image.source="https://github.com/grafana/grafana-image-renderer/tree/master/Dockerfile"
46
47
ARG GF_UID="472"
48
ARG GF_GID="472"
0 commit comments