Skip to content

Commit f8942be

Browse files
committed
Update 9.4/beta to 9.4.17
1 parent e2c2e4d commit f8942be

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

9.4/beta/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.4.11-adi242kv26
1+
9.4.17-tbid4wc577

9.4/beta/root/usr/local/bin/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ f_log "INFO - Entrypoint functions version ${ENTRYPOINT_FUNCTIONS_VERSION}"
3232

3333
JVM_EXTRA_OPTS="${JVM_EXTRA_OPTS} -Dunifi.datadir=${DATADIR} -Dunifi.logdir=${LOGDIR} -Dunifi.rundir=${RUNDIR}"
3434

35-
JVM_OPTS="${JVM_EXTRA_OPTS} -Djava.awt.headless=true -Dfile.encoding=UTF-8 --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.time=ALL-UNNAMED --add-opens java.base/sun.security.util=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.rmi/sun.rmi.transport=ALL-UNNAMED"
35+
JVM_OPTS="${JVM_EXTRA_OPTS} -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Dapple.awt.UIElement=true -Dunifi.core.enabled=false -XX:+ExitOnOutOfMemoryError -XX:+CrashOnOutOfMemoryError -XX:ErrorFile=${LOGDIR}/hs_err_pid%p.log --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.time=ALL-UNNAMED --add-opens java.base/sun.security.util=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.rmi/sun.rmi.transport=ALL-UNNAMED"
3636

3737
cd ${BASEDIR}
3838

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* **2025-08-19:**
2+
* Update 9.4/beta to [9.4.17](https://community.ui.com/releases/UniFi-Network-Application-9-4-17/b15aa603-9080-4484-824b-1630c16c00a6)
3+
---
14
* **2025-08-06:**
25
* Update 9.3/official to [9.3.45](https://community.ui.com/releases/UniFi-Network-Application-9-3-45/6f7eb802-3973-4258-8aeb-d257cd61e5c5)
36
* Tag 9.3.45 release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| Tag | UniFi Version | Description | Release Date |
88
| --- | :---: | --- | :---: |
99
| [9.3, 9.3-alpine, 9.3-debian, 9.3-ubuntu, latest, latest-alpine, latest-debian, latest-ubuntu](https://github.com/goofball222/unifi/blob/main/9.2/official/Dockerfile) | [9.3.45](https://community.ui.com/releases/UniFi-Network-Application-9-3-45/6f7eb802-3973-4258-8aeb-d257cd61e5c5) | UniFi Network Application official release | 2025-07-31 |
10-
| [9.4-beta, 9.4-alpine-beta, 9.4-debian-beta, 9.4-ubuntu-beta, latest-beta, latest-alpine-beta, latest-debian-beta, latest-ubuntu-beta](https://github.com/goofball222/unifi/blob/main/9.3/beta/Dockerfile) | [9.4.11](https://community.ui.com/releases/UniFi-Network-Application-9-4-11/d7505aaf-7b68-49cf-80a3-b913167c9514) | UniFi Network Application beta/release candidate | 2025-08-06 |
10+
| [9.4-beta, 9.4-alpine-beta, 9.4-debian-beta, 9.4-ubuntu-beta, latest-beta, latest-alpine-beta, latest-debian-beta, latest-ubuntu-beta](https://github.com/goofball222/unifi/blob/main/9.3/beta/Dockerfile) | [9.4.17](https://community.ui.com/releases/UniFi-Network-Application-9-4-17/b15aa603-9080-4484-824b-1630c16c00a6) | UniFi Network Application beta/release candidate | 2025-08-19 |
1111
| [9.3-beta, 9.3-alpine-beta, 9.3-debian-beta, 9.3-ubuntu-beta](https://github.com/goofball222/unifi/blob/main/9.3/beta/Dockerfile) | [9.3.45](https://community.ui.com/releases/UniFi-Network-Application-9-3-45/b2b4a307-3803-45cb-a662-13efef605341) | UniFi Network Application beta/release candidate | 2025-07-22 |
1212
| [9.2, 9.2-alpine, 9.2-debian, 9.2-ubuntu](https://github.com/goofball222/unifi/blob/main/9.2/official/Dockerfile) | [9.2.87](https://community.ui.com/releases/UniFi-Network-Application-9-2-87/81a6a594-e925-4100-b1d7-351d2b91a7fd) | UniFi Network Application official release | 2025-06-10 |
1313
| [9.3.45](https://github.com/goofball222/unifi/releases/tag/9.3.45) | [9.3.45](https://community.ui.com/releases/UniFi-Network-Application-9-3-45/6f7eb802-3973-4258-8aeb-d257cd61e5c5) | Static official release tag/image | 2025-07-31 |

0 commit comments

Comments
 (0)