test
This commit is contained in:
@@ -31,7 +31,8 @@ RUN \
|
|||||||
gzip \
|
gzip \
|
||||||
gnupg \
|
gnupg \
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
openjdk17-jdk-headless \
|
openjdk17-jre-headless \
|
||||||
|
openjdk17 \
|
||||||
jq \
|
jq \
|
||||||
gettext \
|
gettext \
|
||||||
bash \
|
bash \
|
||||||
@@ -48,7 +49,7 @@ RUN \
|
|||||||
RUN \
|
RUN \
|
||||||
mkdir -p /tmp/opensearch \
|
mkdir -p /tmp/opensearch \
|
||||||
&& cd /tmp/opensearch \
|
&& cd /tmp/opensearch \
|
||||||
&& curl -fsSL "https://artifacts.opensearch.org/releases/bundle/opensearch/${OPENSEARCH_VERSION}/opensearch-${OPENSEARCH_VERSION}-linux-${BUILD_ARCH}.tar.gz" -o opensearch.tar.gz \
|
&& curl -fsSL "https://artifacts.opensearch.org/releases/bundle/opensearch/${OPENSEARCH_VERSION}/opensearch-${OPENSEARCH_VERSION}-linux-${BUILD_ARCH/x86_64/amd64}.tar.gz" -o opensearch.tar.gz \
|
||||||
&& tar -xzf opensearch.tar.gz --strip-components=1 \
|
&& tar -xzf opensearch.tar.gz --strip-components=1 \
|
||||||
&& mv * /usr/share/opensearch \
|
&& mv * /usr/share/opensearch \
|
||||||
&& rm -rf /tmp/opensearch \
|
&& rm -rf /tmp/opensearch \
|
||||||
|
Reference in New Issue
Block a user