This commit is contained in:
ai-dev
2025-10-11 20:42:08 +02:00
parent 3a4776bae0
commit 6f6994ac90

View File

@@ -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