fix
This commit is contained in:
@@ -18,7 +18,7 @@ RUN addgroup -g 1000 opensearch && \
|
||||
# Download and install OpenSearch 3.2.0 for ARM64
|
||||
RUN curl -L https://artifacts.opensearch.org/releases/bundle/opensearch/3.2.0/opensearch-3.2.0-linux-arm64.tar.gz -o opensearch.tar.gz && \
|
||||
tar -xzf opensearch.tar.gz && \
|
||||
mv opensearch-3.2.0 /usr/share/opensearch && \
|
||||
mv opensearch-3.2.0/* /usr/share/opensearch && \
|
||||
rm opensearch.tar.gz
|
||||
|
||||
# Create directories and set permissions
|
||||
|
Reference in New Issue
Block a user