Skip to content

Commit

Permalink
stop adding helm to prom-fed images
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Dec 13, 2024
1 parent 88580c7 commit bc0fcb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/Dockerfile-prometheus-federator
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ RUN echo 'prometheus:x:1000:1000::/home/prometheus:/bin/bash' >> /etc/passwd &&
echo 'prometheus:x:1000:' >> /etc/group && \
mkdir /home/prometheus && \
chown -R prometheus:prometheus /home/prometheus
COPY --from=helm ./helm/bin/helm /usr/local/bin/
COPY --from=builder /usr/src/app/build/bin/prometheus-federator /usr/bin/
USER prometheus
CMD ["prometheus-federator"]

0 comments on commit bc0fcb4

Please sign in to comment.