Skip to content

Commit bc4abee

Browse files
feat(opensearch): Upgrade to version 2.19.1 and install the plugin repository-s3
1 parent 9969c13 commit bc4abee

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

opensearch/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ microdnf clean all
1919
rm -rf /var/cache/yum
2020
EOF
2121

22-
USER ${STACKABLE_USER_UID}
22+
USER ${STACKABLE_USER_UID}:0
2323
WORKDIR /stackable
2424

2525
COPY \
@@ -38,6 +38,10 @@ COPY \
3838

3939
WORKDIR /stackable/opensearch
4040

41+
RUN <<EOF
42+
echo y | bin/opensearch-plugin install repository-s3
43+
EOF
44+
4145
RUN <<EOF
4246
patches/apply_patches.sh ${PRODUCT}
4347
rm -r patches

opensearch/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
versions = [
22
{
3-
"product": "2.19.0",
3+
"product": "2.19.1",
44
# The performance analyzer works with JDK 17, but not with 21.
55
# https://github.com/opensearch-project/performance-analyzer-rca/issues/545
66
"java-devel": "17",

0 commit comments

Comments
 (0)