Last active
May 14, 2020 10:20
-
-
Save sherifabdlnaby/4e13be80d10bef89b6ce8508874b2e3c to your computer and use it in GitHub Desktop.
Elasticsearch Base Image
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ARG ELK_VERSION | |
# https://github.com/elastic/elasticsearch-docker | |
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELK_VERSION} | |
# Add your elasticsearch plugins setup here | |
# Example: RUN elasticsearch-plugin install repository-s3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment