Skip to content

Commit

Permalink
Merge pull request #44 from logzio/DEV-42590-ecr-tag-limit-fix
Browse files Browse the repository at this point in the history
DEV-4259 Fix tag limit of 1000 tags
  • Loading branch information
vicmiletsky authored Jan 25, 2024
2 parents f081192 + 6f23471 commit a3cadbc
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 a3cadbc

Please sign in to comment.