Skip to content

Commit

Permalink
add mimirtool to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 authored Jan 3, 2025
1 parent 176ebce commit 5c5c132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/inst
RUN curl -L -o vcluster "https://github.com/loft-sh/vcluster/releases/latest/download/vcluster-linux-amd64" && chmod +x vcluster && mv vcluster /usr/local/bin/vcluster
RUN curl -L -o mc https://dl.min.io/client/mc/release/linux-amd64/mc && chmod +x mc && mv mc /usr/local/bin/mc
RUN curl -LO https://github.com/mikefarah/yq/releases/download/v4.43.1/yq_linux_amd64 && chmod +x yq_linux_amd64 && mv yq_linux_amd64 /usr/local/bin/yq
RUN curl -LO https://github.com/grafana/mimir/releases/download/mimir-2.14.2/mimirtool-linux-amd64 && chmod +x mimirtool-linux-amd64 && mv mimirtool-linux-amd64 /usr/local/bin/mimirtool

RUN adduser -u 1000 -D appuser

Expand Down

0 comments on commit 5c5c132

Please sign in to comment.