Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit ac31b3e

Browse files
authored
Merge pull request #221 from linuxserver/deprecation-notice-master
2 parents b2ddb8c + e2ea220 commit ac31b3e

File tree

8 files changed

+21
-0
lines changed

8 files changed

+21
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
280280

281281
## Versions
282282

283+
* **05.09.23:** - Add deprecation warning as per [https://info.linuxserver.io/issues/2023-09-06-unifi-controller](https://info.linuxserver.io/issues/2023-09-06-unifi-controller).
283284
* **04.09.23:** - Bump JRE to 17 to support v7.5.
284285
* **02.05.23:** - Cleanup `apt-get install` during build to reduce image size.
285286
* **18.03.23:** - Add mongoless branch.

readme-vars.yml

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ app_setup_block: |
7171
7272
# changelog
7373
changelogs:
74+
- { date: "05.09.23:", desc: "Add deprecation warning as per [https://info.linuxserver.io/issues/2023-09-06-unifi-controller](https://info.linuxserver.io/issues/2023-09-06-unifi-controller)."}
7475
- { date: "04.09.23:", desc: "Bump JRE to 17 to support v7.5."}
7576
- { date: "02.05.23:", desc: "Cleanup `apt-get install` during build to reduce image size."}
7677
- { date: "18.03.23:", desc: "Add mongoless branch."}

root/etc/s6-overlay/s6-rc.d/init-deprecation-config/dependencies.d/init-unifi-controller-config

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#!/usr/bin/with-contenv bash
2+
# shellcheck shell=bash
3+
4+
echo "┌─────────────────────────────────────────────────────────────────────────────┐"
5+
echo "│ │"
6+
echo "| From 2024-01-01 this image will be deprecated │"
7+
echo "| and it will no longer be updated. │"
8+
echo "│ │"
9+
echo "│ See: https://info.linuxserver.io/issues/2023-09-06-unifi-controller |"
10+
echo "| for more details. │"
11+
echo "│ │"
12+
echo "├─────────────────────────────────────────────────────────────────────────────┤"
13+
echo "│ │"
14+
echo "│ Please migrate to our Unifi Network Application image instead: │"
15+
echo "│ https://github.com/linuxserver/docker-unifi-network-application │"
16+
echo "│ │"
17+
echo "└─────────────────────────────────────────────────────────────────────────────┘"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
oneshot
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/etc/s6-overlay/s6-rc.d/init-deprecation-config/run

root/etc/s6-overlay/s6-rc.d/user/contents.d/init-deprecation-config

Whitespace-only changes.

0 commit comments

Comments
 (0)