From 5fd5cdfb5a8571d1c989501e5edcabbd24eef230 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Sat, 18 Nov 2023 09:35:12 -0800 Subject: unifi: upgrade to 8.0.7 --- unifi/Dockerfile | 7 +------ unifi/Makefile | 6 +++--- unifi/simplevisor.json | 1 + 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index 208d05b..b04fd2d 100644 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -22,13 +22,8 @@ RUN set -euxo pipefail; \ dumb-init \ java-snappy \ libcap \ -# Alpine moved this to non-free which doesn't get published so we'll have to -# build our own repo for mongodb if needed. This should not be needed for -# Mike's config since he uses out-of-container mongodb. -# mongodb \ - mongodb-tools \ nss \ - openjdk11-jre-headless \ + openjdk17-jre-headless \ su-exec \ \ # Fetch the Unifi package and validate the checksum before unpacking diff --git a/unifi/Makefile b/unifi/Makefile index feded0a..36f0327 100644 --- a/unifi/Makefile +++ b/unifi/Makefile @@ -1,11 +1,11 @@ -VERSION=7.4.162 -VERSION_SUFFIX=-3116043f9f +VERSION=8.0.7 +VERSION_SUFFIX=-7a3d06144a VERSION_TAG=$(VERSION)-0 IMAGE=docker.crute.me/unifi:$(VERSION_TAG) LATEST=$(subst :$(VERSION_TAG),,$(IMAGE)):latest DEB_VERSION="$(VERSION)$(VERSION_SUFFIX)" -CHECKSUM="069652f793498124468c985537a569f3fe1d8dd404be3fb69df6b2d18b153c4c" +CHECKSUM="4221d7a0f8ce66c58a4f71b70ba6f32e16310429d3fe8165bf0f47bbdb6401a6" all: docker pull alpine:latest diff --git a/unifi/simplevisor.json b/unifi/simplevisor.json index 0d8ed76..566c872 100644 --- a/unifi/simplevisor.json +++ b/unifi/simplevisor.json @@ -43,6 +43,7 @@ "-Djava.awt.headless=true", "-Dorg.xerial.snappy.use.systemlib=true", "-Dfile.encoding=UTF-8", + "--add-opens=java.base/java.time=ALL-UNNAMED", "com.ubnt.ace.Launcher", "start" ], "run-as": "unifi" -- cgit v1.2.3