Update Elasticsearch to version 9.1.5
Updated from version 8.17.3 to the latest stable release 9.1.5 (released October 06, 2025). Changes: - Update ELASTIC_VERSION in Dockerfile to 9.1.5 - Update version reference in README.md to 9.1.5
This commit is contained in:
@@ -19,7 +19,7 @@ RUN apt-get update && \
|
|||||||
openjdk-17-jdk
|
openjdk-17-jdk
|
||||||
|
|
||||||
# Set Elasticsearch version
|
# Set Elasticsearch version
|
||||||
ENV ELASTIC_VERSION=8.17.3
|
ENV ELASTIC_VERSION=9.1.5
|
||||||
ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
|
ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
|
||||||
|
|
||||||
# Create elasticsearch user and group
|
# Create elasticsearch user and group
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ This package provides Elasticsearch for Cloudron, configured for internal use on
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Elasticsearch 8.17.3
|
- Elasticsearch 9.1.5
|
||||||
- Single-node configuration optimized for Cloudron
|
- Single-node configuration optimized for Cloudron
|
||||||
- Security enabled with basic authentication
|
- Security enabled with basic authentication
|
||||||
- Internal access only by default (not publicly exposed)
|
- Internal access only by default (not publicly exposed)
|
||||||
|
|||||||
Reference in New Issue
Block a user