Files
docker-elk/kibana/Dockerfile
docker-elk-updater[bot] f3c81fdf46 Update to v8.16.0
2024-11-17 00:31:33 +00:00

8 lines
204 B
Docker

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