Skip to content

Commit

Permalink
Fix tag limit of 1000 tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vicmiletsky committed Jan 25, 2024
1 parent f081192 commit 6f23471
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,9 @@ EXPOSE 3000

COPY ./grafana/packaging/docker/run.sh /run.sh

# LOGZ.IO GRAFANA CHANGE :: Add unique file to avoid ECR tag limit
ARG VERSION
RUN echo "$VERSION" > /var/version.txt

USER grafana
ENTRYPOINT [ "/run.sh" ]
ENTRYPOINT [ "/run.sh" ]

0 comments on commit 6f23471

Please sign in to comment.