mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-31 01:45:03 +07:00
8 lines
196 B
Docker
8 lines
196 B
Docker
ARG ELASTIC_VERSION
|
|
|
|
# https://www.docker.elastic.co/
|
|
FROM docker.elastic.co/kibana/kibana:${ELASTIC_VERSION}
|
|
|
|
# Add your kibana plugins setup here
|
|
# Example: RUN kibana-plugin install <name|url>
|