Use version instead of latest tag (#99)

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
This commit is contained in:
Vijayan Balasubramanian
2021-12-15 02:28:29 -07:00
committed by GitHub
parent 67eb5ebe95
commit ffce9f27a6
+2 -2
View File
@@ -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