jessfraz / dockerfiles

Various Dockerfiles I use on the desktop and on servers.
https://blog.jessfraz.com/post/docker-containers-on-the-desktop/
MIT License
13.65k stars 2.55k forks source link

Update unifi and unifi base OS versions with log4j security update #582

Closed Firefishy closed 1 year ago

Firefishy commented 2 years ago

Update unifi to 7.2.92

https://community.ui.com/releases/UniFi-Network-Application-7-2-92/f1903cbc-4daa-4695-ac8c-7324bcff529a https://community.ui.com/questions/UniFi-Controller-security-concern-zero-day-Log4j-exploit/007103a6-823b-4316-ae76-17942539208c

Firefishy commented 2 years ago

PR to replace https://github.com/jessfraz/dockerfiles/pull/549

Firefishy commented 2 years ago

@thatsamguy Hope you don't mind me hijacking your earlier work. I am happy to pickup the torch.

andrewwippler commented 2 years ago

LGTM @Firefishy 👍

You might be able to optimize further by removing a layer and causing apt install -y ./tmp/unifi.deb (instead of dpkg -i) to succeed.

mykter commented 2 years ago

Works with 7.0.23 now too.

Firefishy commented 2 years ago

@andrewwippler Simplified the package install. @mykter Updated to latest release 7.0.25 and briefly tested on my environment.

Thanks both.

Firefishy commented 1 year ago

I have switched across to using https://github.com/linuxserver/docker-unifi-controller myself and therefore abandoning this PR. To switch I used a Unifi backup and then import.

If anyone wants to use my commits, feel free.