Use version instead of latest tag (#99)
Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
This commit is contained in:
committed by
GitHub
parent
67eb5ebe95
commit
ffce9f27a6
@@ -1,5 +1,5 @@
|
||||
ARG OPENSEARCH_VERSION
|
||||
FROM opensearchproject/opensearch:latest
|
||||
ARG OPENSEARCH_VERSION=1.0.0
|
||||
FROM opensearchproject/opensearch:$OPENSEARCH_VERSION
|
||||
|
||||
ARG opensearch_path=/usr/share/opensearch
|
||||
ARG opensearch_yml=$opensearch_path/config/opensearch.yml
|
||||
|
||||
Reference in New Issue
Block a user