Skip to content

Commit 933c58a

Browse files
authored
v8.0.26 (#715)
1 parent 5231454 commit 933c58a

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
.idea/
2+
.vscode/
3+
.DS_Store
14
backup/

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL maintainer="Jacob Alberty <[email protected]>"
1010

1111
ARG DEBIAN_FRONTEND=noninteractive
1212

13-
ARG PKGURL=https://dl.ui.com/unifi/8.0.24-450f174e64/unifi_sysvinit_all.deb
13+
ARG PKGURL=https://dl.ui.com/unifi/8.0.26/unifi_sysvinit_all.deb
1414

1515
ENV BASEDIR=/usr/lib/unifi \
1616
DATADIR=/unifi/data \

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,12 @@ _Note:_ In Docker, specifying an image with no tag
147147
(e.g., `jacobalberty/unifi`) gets the "latest" tag.
148148
For Unifi-in-Docker, this uses the most recent stable version.
149149

150-
| Tag | Description | Changelog |
151-
|-----|-------------|-----------|
152-
| [`latest` `v8.0.24`](https://github.com/jacobalberty/unifi-docker/blob/master/Dockerfile) | Current Stable: Version 8.0.24 as of 2023-12-12 |[Change Log 8.0.24](https://community.ui.com/releases/UniFi-Network-Application-8-0-24/43b24781-aea8-48dc-85b2-3fca42f758c9)|
153-
| [`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) |
154-
| [`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) |
155-
| [`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) |
150+
| Tag | Description | Changelog |
151+
|-------------------------------------------------------------------------------------------|-------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|
152+
| [`latest` `v8.0.26`](https://github.com/jacobalberty/unifi-docker/blob/master/Dockerfile) | Current Stable: Version 8.0.26 as of 2023-12-28 | [Change Log 8.0.26](https://community.ui.com/releases/UniFi-Network-Application-8-0-26/cd9303a8-f26a-44e2-94d8-a3cac8606726) |
153+
| [`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) |
154+
| [`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) |
155+
| [`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) |
156156

157157
### multiarch
158158

0 commit comments

Comments
 (0)