Skip to content

Update UniFi Network Application to v10.4.57#899

Open
jacobalberty wants to merge 1 commit into
mainfrom
update-10.4.57
Open

Update UniFi Network Application to v10.4.57#899
jacobalberty wants to merge 1 commit into
mainfrom
update-10.4.57

Conversation

@jacobalberty

Copy link
Copy Markdown
Owner

Automated update of UniFi Network Application.

  • Version: 10.4.57
  • Updated:
    • Dockerfile (ARG PKGURL)
    • README.md Current Information table

@jacobalberty jacobalberty added automated dependencies Pull requests that update a dependency file labels May 19, 2026
@starkjs

starkjs commented Jun 13, 2026

Copy link
Copy Markdown

Hi @jacobalberty

I have been playing with this branch tonight and I can see the fun and games you are having with the release.... with multiple hoops to jump through.

Network App 10.4.x now needs Java 25 as a dependency for the package to install:

 unifi : Depends: temurin-25-jre but it is not installable or
                  bellsoft-java25 but it is not installable or
                  jdk-25 but it is not installable or
                  openjdk-25-jdk but it is not installable or
                  openjdk-25-jre but it is not installable or
                  openjdk-25-jdk-headless but it is not installable or
                  openjdk-25-jre-headless but it is not installable

and the base image for Ubuntu 20.04 only goes up to Java 21

But if we push up to Ubuntu 22.04 for the base image, then we get Java 25...

But then we no longer get MongoDB as part of the base distro and to make matters worse, trying to shoehorn in a very old MongoDB is going to be hard.....

For my home install, I am still on the 9.5.21 image, but I have separated out MongoDB into a separate container from the MongoDB image, and have been able to upgrade from 3.6 to 4.0 to 4.2 to 4.4 for now.

ie:

CONTAINER ID   IMAGE                        COMMAND                  CREATED       STATUS                 PORTS     NAMES
cf5696089675   jacobalberty/unifi:v9.5.21   "/usr/local/bin/dock…"   6 hours ago   Up 6 hours (healthy)             unifi-controller
8ce9bfda50b7   mongo:4.4                    "docker-entrypoint.s…"   6 hours ago   Up 6 hours                       unifi-mongo

I would like to try and push forward to the newer 10.x series of Network Application, but this Java and MongoDB dependencies looks like it's now come home to bite. Might just have to bite the bullet and any new images will only support a MongoDB that is running as a separate container and can't have it in the same image/container anymore.....

Anyway, think I will go back to the 10.2.x release and see what needs to be done for each version to be able to build a working image.

Hope I am not stepping on any toes or doing any re-work that you may have already done.

Thanks
Josh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants