Skip to content

Commit a1c7f63

Browse files
authored
Merge pull request #135 from linuxserver/revert-jre-21
2 parents 740f96d + 0663844 commit a1c7f63

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Dockerfile

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

Dockerfile.aarch64

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
418418

419419
## Versions
420420

421+
* **13.02.25:** - Revert JRE to 17.
421422
* **12.02.25:** - Bump JRE to 21.
422423
* **11.08.24:** - **Important**: The mongodb init instructions have been updated to enable auth ([RBAC](https://www.mongodb.com/docs/manual/core/authorization/#role-based-access-control)). We have been notified that if RBAC is not enabled, the official mongodb container allows remote access to the db contents over port 27017 without credentials. If you set up the mongodb container with the old instructions we provided, you should not map or expose port 27017. If you would like to enable auth, the easiest way is to create new instances of both unifi and mongodb with the new instructions and restore unifi from a backup.
423424
* **11.08.24:** - Rebase to Ubuntu Noble.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ init_diagram: |
178178
"unifi-network-application:latest" <- Base Images
179179
# changelog
180180
changelogs:
181+
- {date: "13.02.25:", desc: "Revert JRE to 17."}
181182
- {date: "12.02.25:", desc: "Bump JRE to 21."}
182183
- {date: "11.08.24:", desc: "**Important**: The mongodb init instructions have been updated to enable auth ([RBAC](https://www.mongodb.com/docs/manual/core/authorization/#role-based-access-control)). We have been notified that if RBAC is not enabled, the official mongodb container allows remote access to the db contents over port 27017 without credentials. If you set up the mongodb container with the old instructions we provided, you should not map or expose port 27017. If you would like to enable auth, the easiest way is to create new instances of both unifi and mongodb with the new instructions and restore unifi from a backup."}
183184
- {date: "11.08.24:", desc: "Rebase to Ubuntu Noble."}

0 commit comments

Comments
 (0)