Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .github/workflows/call-baseimage-update.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/call-check-and-release.yml

This file was deleted.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ Find us at:
* [GitHub](https://github.com/linuxserver) - view the source for all of our repositories.
* [Open Collective](https://opencollective.com/linuxserver) - please consider helping us by either donating or contributing to our budget

# This image is deprecated. We will not offer support for this image and it will not be updated.

We recommend switching to another image, such as:
[https://github.com/mbentley/docker-omada-controller](https://github.com/mbentley/docker-omada-controller)

# [linuxserver/omada-controller](https://github.com/linuxserver-labs/docker-omada-controller)

[![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)
Expand Down Expand Up @@ -239,6 +244,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **04.06.24:** - Deprecate.
* **01.03.23:** - Migrate to s6v3
* **12.01.22:** - Switch to MongoDB 4.4
* **29.09.21:** - Documentation updates
Expand Down
18 changes: 18 additions & 0 deletions root/etc/s6-overlay/s6-rc.d/init-deprecate/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash

echo '
╔════════════════════════════════════════════════════╗
╠════════════════════════════════════════════════════╣
║ ║
║ This image is deprecated. ║
║ We will not offer support for this image ║
║ and it will not be updated. ║
║ ║
╠════════════════════════════════════════════════════╣
╚════════════════════════════════════════════════════╝

We recommend switching to another image, such as:
https://github.com/mbentley/docker-omada-controller

══════════════════════════════════════════════════════'
1 change: 1 addition & 0 deletions root/etc/s6-overlay/s6-rc.d/init-deprecate/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
oneshot
1 change: 1 addition & 0 deletions root/etc/s6-overlay/s6-rc.d/init-deprecate/up
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-deprecate/run