Skip to content

Instantly share code, notes, and snippets.

@sherifabdlnaby
Last active May 14, 2020 10:20
Show Gist options
  • Save sherifabdlnaby/4e13be80d10bef89b6ce8508874b2e3c to your computer and use it in GitHub Desktop.
Save sherifabdlnaby/4e13be80d10bef89b6ce8508874b2e3c to your computer and use it in GitHub Desktop.
Elasticsearch Base Image
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