Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cmd/pyroscope/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ COPY --chown=pyroscope:pyroscope --from=debug /data /data-compactor
COPY cmd/pyroscope/pyroscope.yaml /etc/pyroscope/config.yaml
COPY profilecli /usr/bin/profilecli
COPY pyroscope /usr/bin/pyroscope
COPY --from=busybox:1.36.0-musl /bin/wget /usr/bin/wget

USER pyroscope
EXPOSE 4040
Expand Down
1 change: 1 addition & 0 deletions cmd/pyroscope/debug.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ COPY .tmp/bin/linux_amd64/dlv /usr/bin/dlv
COPY cmd/pyroscope/pyroscope.yaml /etc/pyroscope/config.yaml
COPY profilecli /usr/bin/profilecli
COPY pyroscope /usr/bin/pyroscope
COPY --from=busybox:1.36.0-musl /bin/wget /usr/bin/wget

USER pyroscope
EXPOSE 4040
Expand Down