From 1b9530ffa2c231d676dc573d09d4cc13c649f822 Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Tue, 30 Apr 2024 07:18:37 -0500 Subject: [PATCH 1/3] updating to 8.1.127 --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 27d91f4d..af05fa5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21-bullseye as permset +FROM golang:1.22-bullseye as permset WORKDIR /src RUN git clone https://github.com/jacobalberty/permset.git /src && \ mkdir -p /out && \ @@ -10,7 +10,7 @@ LABEL maintainer="Jacob Alberty " ARG DEBIAN_FRONTEND=noninteractive -ARG PKGURL=https://dl.ui.com/unifi/8.1.113/unifi_sysvinit_all.deb +ARG PKGURL=https://dl.ui.com/unifi/8.1.127/unifi_sysvinit_all.deb ENV BASEDIR=/usr/lib/unifi \ DATADIR=/unifi/data \ diff --git a/README.md b/README.md index a0a9502d..57b2bd35 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ For Unifi-in-Docker, this uses the most recent stable version. | Tag | Description | Changelog | |--------------------------------------------------------------------------------------------|--------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| -| [`latest` `v8.1.113`](https://github.com/jacobalberty/unifi-docker/blob/master/Dockerfile) | Current Stable: Version 8.1.113 as of 2024-03-18 | [Change Log 8.1.113](https://community.ui.com/releases/UniFi-Network-Application-8-1-113/af46fd38-8afe-4cef-8de1-89636b02b52c) | +| [`latest` `v8.1.127`](https://github.com/jacobalberty/unifi-docker/blob/master/Dockerfile) | Current Stable: Version 8.1.127 as of 2024-04-24 | [Change Log 8.1.127](https://community.ui.com/releases/UniFi-Network-Application-8-1-127/571d2218-216c-4769-a292-796cff379561) | | [`rc`](https://github.com/jacobalberty/unifi-docker/blob/rc/Dockerfile) | Release Candidate: 7.2.92-rc as of 2022-07-29 | [Change Log 7.2.91-rc](https://community.ui.com/releases/UniFi-Network-Application-7-2-91/cdac73f0-7426-4276-ace8-8a96c656ba65) | | [`stable-6`](https://github.com/jacobalberty/unifi-docker/blob/stable-6/Dockerfile) | Final stable version 6 (6.5.55) | [Change Log 6.5.55](https://community.ui.com/releases/UniFi-Network-Application-6-5-55/48c64137-4a4a-41f7-b7e4-3bee505ae16e) | | [`stable-5`](https://github.com/jacobalberty/unifi-docker/blob/stable-5/Dockerfile) | Final stable version 5 (5.4.23) | [Change Log 5.14.23](https://community.ui.com/releases/UniFi-Network-Controller-5-14-23/daf90732-30ad-48ee-81e7-1dcb374eba2a) | From 92332ebad003706ec094dd6d443b8a594b840e53 Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Mon, 3 Jun 2024 18:39:40 -0500 Subject: [PATCH 2/3] going to 8.2.93 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index af05fa5b..4c9411c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ LABEL maintainer="Jacob Alberty " ARG DEBIAN_FRONTEND=noninteractive -ARG PKGURL=https://dl.ui.com/unifi/8.1.127/unifi_sysvinit_all.deb +ARG PKGURL=https://dl.ui.com/unifi/8.2.93/unifi_sysvinit_all.deb ENV BASEDIR=/usr/lib/unifi \ DATADIR=/unifi/data \ From 83f4cc8a18cae33a36f32293c57d9eb7be09e0cb Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Mon, 3 Jun 2024 21:14:47 -0500 Subject: [PATCH 3/3] doc update --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 57b2bd35..149579dd 100644 --- a/README.md +++ b/README.md @@ -147,12 +147,12 @@ _Note:_ In Docker, specifying an image with no tag (e.g., `jacobalberty/unifi`) gets the "latest" tag. For Unifi-in-Docker, this uses the most recent stable version. -| Tag | Description | Changelog | -|--------------------------------------------------------------------------------------------|--------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| -| [`latest` `v8.1.127`](https://github.com/jacobalberty/unifi-docker/blob/master/Dockerfile) | Current Stable: Version 8.1.127 as of 2024-04-24 | [Change Log 8.1.127](https://community.ui.com/releases/UniFi-Network-Application-8-1-127/571d2218-216c-4769-a292-796cff379561) | -| [`rc`](https://github.com/jacobalberty/unifi-docker/blob/rc/Dockerfile) | Release Candidate: 7.2.92-rc as of 2022-07-29 | [Change Log 7.2.91-rc](https://community.ui.com/releases/UniFi-Network-Application-7-2-91/cdac73f0-7426-4276-ace8-8a96c656ba65) | -| [`stable-6`](https://github.com/jacobalberty/unifi-docker/blob/stable-6/Dockerfile) | Final stable version 6 (6.5.55) | [Change Log 6.5.55](https://community.ui.com/releases/UniFi-Network-Application-6-5-55/48c64137-4a4a-41f7-b7e4-3bee505ae16e) | -| [`stable-5`](https://github.com/jacobalberty/unifi-docker/blob/stable-5/Dockerfile) | Final stable version 5 (5.4.23) | [Change Log 5.14.23](https://community.ui.com/releases/UniFi-Network-Controller-5-14-23/daf90732-30ad-48ee-81e7-1dcb374eba2a) | +| Tag | Description | Changelog | +|-------------------------------------------------------------------------------------------|-------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| +| [`latest` `v8.2.93`](https://github.com/jacobalberty/unifi-docker/blob/master/Dockerfile) | Current Stable: Version 8.2.93 as of 2024-05-31 | [Change Log 8.2.93](https://community.ui.com/releases/UniFi-Network-Application-8-2-93/fce86dc6-897a-4944-9c53-1eec7e37e738) | +| [`rc`](https://github.com/jacobalberty/unifi-docker/blob/rc/Dockerfile) | Release Candidate: 7.2.92-rc as of 2022-07-29 | [Change Log 7.2.91-rc](https://community.ui.com/releases/UniFi-Network-Application-7-2-91/cdac73f0-7426-4276-ace8-8a96c656ba65) | +| [`stable-6`](https://github.com/jacobalberty/unifi-docker/blob/stable-6/Dockerfile) | Final stable version 6 (6.5.55) | [Change Log 6.5.55](https://community.ui.com/releases/UniFi-Network-Application-6-5-55/48c64137-4a4a-41f7-b7e4-3bee505ae16e) | +| [`stable-5`](https://github.com/jacobalberty/unifi-docker/blob/stable-5/Dockerfile) | Final stable version 5 (5.4.23) | [Change Log 5.14.23](https://community.ui.com/releases/UniFi-Network-Controller-5-14-23/daf90732-30ad-48ee-81e7-1dcb374eba2a) | ### multiarch