Skip to content

Commit

Permalink
Merge pull request #135 from mallardduck/adjust-image-helm
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck authored Dec 13, 2024
2 parents 88580c7 + bc0fcb4 commit cf096ea
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 cf096ea

Please sign in to comment.