Use version instead of latest tag (#99)
Signed-off-by: Vijayan Balasubramanian <[email protected]>
This commit is contained in:
@@ -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