You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: images/docker-kibana/Dockerfile
+5-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
FROM alpine:3.6
2
2
3
-
ENV KIBANA_VERSION 6.2.3
3
+
ARG VERSION
4
+
ENV KIBANA_VERSION=$VERSION
5
+
4
6
ENV LOGTRAIL_VERSION 0.1.27
5
7
6
8
RUN apk --update add curl && \
@@ -14,7 +16,8 @@ RUN apk --update add curl && \
14
16
apk del curl && \
15
17
rm -rf /var/cache/apk/*
16
18
17
-
RUN /opt/kibana/bin/kibana-plugin install https://github.com/sivasamyk/logtrail/releases/download/v${LOGTRAIL_VERSION}/logtrail-${KIBANA_VERSION}-${LOGTRAIL_VERSION}.zip
0 commit comments