We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9969c13 commit bc4abeeCopy full SHA for bc4abee
opensearch/Dockerfile
@@ -19,7 +19,7 @@ microdnf clean all
19
rm -rf /var/cache/yum
20
EOF
21
22
-USER ${STACKABLE_USER_UID}
+USER ${STACKABLE_USER_UID}:0
23
WORKDIR /stackable
24
25
COPY \
@@ -38,6 +38,10 @@ COPY \
38
39
WORKDIR /stackable/opensearch
40
41
+RUN <<EOF
42
+echo y | bin/opensearch-plugin install repository-s3
43
+EOF
44
+
45
RUN <<EOF
46
patches/apply_patches.sh ${PRODUCT}
47
rm -r patches
opensearch/stackable/patches/2.19.0/01-opensearch_home.patch renamed to opensearch/stackable/patches/2.19.1/01-opensearch_home.patch
opensearch/versions.py
@@ -1,6 +1,6 @@
1
versions = [
2
{
3
- "product": "2.19.0",
+ "product": "2.19.1",
4
# The performance analyzer works with JDK 17, but not with 21.
5
# https://github.com/opensearch-project/performance-analyzer-rca/issues/545
6
"java-devel": "17",
0 commit comments