Skip to content

Commit 1a7342e

Browse files
authored
Update Dockerfile
1 parent 8178d92 commit 1a7342e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,9 @@ ARG RUN_SH=grafana/packaging/docker/run.sh
189189

190190
COPY ${RUN_SH} /run.sh
191191

192+
# LOGZ.IO GRAFANA CHANGE :: Add unique file to avoid ECR tag limit
193+
ARG VERSION
194+
RUN echo "$VERSION" > /var/version.txt
195+
192196
USER "$GF_UID"
193-
ENTRYPOINT [ "/run.sh" ]
197+
ENTRYPOINT [ "/run.sh" ]

0 commit comments

Comments
 (0)