Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 055332d

Browse files
authored
Merge pull request #87 from v3io/development
Development
2 parents 9c437c9 + 377917c commit 055332d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile.multi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ COPY --from=builder /go/src/github.com/prometheus/prometheus/console_libraries/
1818
COPY --from=builder /go/src/github.com/prometheus/prometheus/consoles/ /usr/share/prometheus/consoles/
1919

2020
RUN ln -s /usr/share/prometheus/console_libraries /usr/share/prometheus/consoles/ /etc/prometheus/
21+
22+
# should be "chown -R nobody:nogroup etc/prometheus /prometheu" but latest busybox release broke the name convention
2123
RUN mkdir -p /prometheus && \
22-
chown -R nobody:nogroup etc/prometheus /prometheus
24+
chown -R 65534:65534 etc/prometheus /prometheus
2325

2426
USER nobody
2527
EXPOSE 9090

0 commit comments

Comments
 (0)