Files
docker-elk/kibana/Dockerfile
docker-elk-updater[bot] a7b9e209e6 Update to v8.15.3
2024-10-20 00:29:36 +00:00

8 lines
204 B
Docker

ARG ELASTIC_VERSION
# https://www.docker.elastic.co/
FROM docker.elastic.co/kibana/kibana:${ELASTIC_VERSION:-8.15.3}
# Add your kibana plugins setup here
# Example: RUN kibana-plugin install <name|url>