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

Commit e8d5f04

Browse files
authored
Merge pull request #24 from linuxserver-labs/deprecate
Deprecate image
2 parents 1c3035a + 9b5451c commit e8d5f04

File tree

9 files changed

+26
-33
lines changed

9 files changed

+26
-33
lines changed

.github/workflows/call-baseimage-update.yml

-17
This file was deleted.

.github/workflows/call-check-and-release.yml

-16
This file was deleted.

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ Find us at:
2929
* [GitHub](https://github.com/linuxserver) - view the source for all of our repositories.
3030
* [Open Collective](https://opencollective.com/linuxserver) - please consider helping us by either donating or contributing to our budget
3131

32+
# This image is deprecated. We will not offer support for this image and it will not be updated.
33+
34+
We recommend switching to another image, such as:
35+
[https://github.com/mbentley/docker-omada-controller](https://github.com/mbentley/docker-omada-controller)
36+
3237
# [linuxserver/omada-controller](https://github.com/linuxserver-labs/docker-omada-controller)
3338

3439
[![Scarf.io pulls](https://scarf.sh/installs-badge/linuxserver-ci/linuxserver-labs%2Fomada-controller?color=94398d&label-color=555555&logo-color=ffffff&style=for-the-badge&package-type=docker)](https://scarf.sh/gateway/linuxserver-ci/docker/linuxserver-labs%2Fomada-controller)
@@ -239,6 +244,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
239244

240245
## Versions
241246

247+
* **04.06.24:** - Deprecate.
242248
* **01.03.23:** - Migrate to s6v3
243249
* **12.01.22:** - Switch to MongoDB 4.4
244250
* **29.09.21:** - Documentation updates

root/etc/s6-overlay/s6-rc.d/init-deprecate/dependencies.d/init-config-end

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#!/usr/bin/with-contenv bash
2+
# shellcheck shell=bash
3+
4+
echo '
5+
╔════════════════════════════════════════════════════╗
6+
╠════════════════════════════════════════════════════╣
7+
║ ║
8+
║ This image is deprecated. ║
9+
║ We will not offer support for this image ║
10+
║ and it will not be updated. ║
11+
║ ║
12+
╠════════════════════════════════════════════════════╣
13+
╚════════════════════════════════════════════════════╝
14+
15+
We recommend switching to another image, such as:
16+
https://github.com/mbentley/docker-omada-controller
17+
18+
══════════════════════════════════════════════════════'
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-deprecate/run

root/etc/s6-overlay/s6-rc.d/init-services/dependencies.d/init-deprecate

Whitespace-only changes.

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

Whitespace-only changes.

0 commit comments

Comments
 (0)