Skip to content

Commit 759fb2d

Browse files
committed
Bump JRE & add Mongo 8 to readme
1 parent 226112e commit 759fb2d

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
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-17-jre-headless \
22+
openjdk-21-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-17-jre-headless \
22+
openjdk-21-jre-headless \
2323
unzip && \
2424
echo "**** install unifi ****" && \
2525
if [ -z ${UNIFI_VERSION+x} ]; then \

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ After setup, the web UI is available at https://ip:8443. The application can be
6464

6565
### Setting Up Your External Database
6666

67-
Starting with version 8.1 of Unifi Network Application, mongodb 3.6 through 7.0 are supported.
67+
Starting with version 8.1 of Unifi Network Application, mongodb 3.6 through 7.0 are supported. Starting with version 9.0 of Unifi Network Application, mongodb 8.0 is supported.
6868

6969
**Make sure you pin your database image version and do not use `latest`, as mongodb does not support automatic upgrades between major versions.**
7070

@@ -418,6 +418,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
418418

419419
## Versions
420420

421+
* **06.01.25:** - Bump JRE to 21.
421422
* **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.
422423
* **11.08.24:** - Rebase to Ubuntu Noble.
423424
* **04.03.24:** - Install from zip package instead of deb.

readme-vars.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ app_setup_block: |
5151
5252
### Setting Up Your External Database
5353
54-
Starting with version 8.1 of Unifi Network Application, mongodb 3.6 through 7.0 are supported.
54+
Starting with version 8.1 of Unifi Network Application, mongodb 3.6 through 7.0 are supported. Starting with version 9.0 of Unifi Network Application, mongodb 8.0 is supported.
5555
5656
**Make sure you pin your database image version and do not use `latest`, as mongodb does not support automatic upgrades between major versions.**
5757
@@ -175,6 +175,7 @@ init_diagram: |
175175
"unifi-network-application:latest" <- Base Images
176176
# changelog
177177
changelogs:
178+
- {date: "06.01.25:", desc: "Bump JRE to 21."}
178179
- {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."}
179180
- {date: "11.08.24:", desc: "Rebase to Ubuntu Noble."}
180181
- {date: "04.03.24:", desc: "Install from zip package instead of deb."}

0 commit comments

Comments
 (0)