Skip to content

Commit 2338bce

Browse files
authored
Merge pull request #182 from linuxserver/jre25
2 parents b0b2d4b + b9d0276 commit 2338bce

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN \
1818
apt-get install --no-install-recommends -y \
1919
jsvc \
2020
logrotate \
21-
openjdk-17-jre-headless \
21+
openjdk-25-jre-headless \
2222
unzip && \
2323
echo "**** install unifi ****" && \
2424
if [ -z ${UNIFI_VERSION+x} ]; then \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN \
1818
apt-get install --no-install-recommends -y \
1919
jsvc \
2020
logrotate \
21-
openjdk-17-jre-headless \
21+
openjdk-25-jre-headless \
2222
unzip && \
2323
echo "**** install unifi ****" && \
2424
if [ -z ${UNIFI_VERSION+x} ]; then \

readme-vars.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ app_setup_block: |
7979
roles: [
8080
{ db: "${MONGO_DBNAME}", role: "dbOwner" },
8181
{ db: "${MONGO_DBNAME}_stat", role: "dbOwner" },
82-
{ db: "${MONGO_DBNAME}_audit", role: "dbOwner" }
82+
{ db: "${MONGO_DBNAME}_audit", role: "dbOwner" },
83+
{ db: "${MONGO_DBNAME}_restore", role: "dbOwner" }
8384
]
8485
})
8586
EOF
@@ -181,6 +182,7 @@ init_diagram: |
181182
"unifi-network-application:latest" <- Base Images
182183
# changelog
183184
changelogs:
185+
- {date: "20.04.26:", desc: "Bump JRE to v25 to support v10.3+ of the application."}
184186
- {date: "20.10.25:", desc: "Switch to using FW API endpoint for version checks."}
185187
- {date: "08.05.25:", desc: "Update sample `init-mongo.sh` for compatibility with 9.1.120 (only affects new installs)."}
186188
- {date: "13.02.25:", desc: "Revert JRE to 17."}

0 commit comments

Comments
 (0)