This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +25
-0
lines changed
root/etc/s6-overlay/s6-rc.d
init-services/dependencies.d Expand file tree Collapse file tree 7 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 11<!-- DO NOT EDIT THIS FILE MANUALLY -->
22<!-- Please read https://github.com/imagegenius/docker-ai-chat-app/blob/main/.github/CONTRIBUTING.md -->
33
4+ # This image is deprecated. We will not offer support for this image and it will not be updated.
5+
6+ Upstream project is d-e-a-d.
7+
48# [ imagegenius/ai-chat-app] ( https://github.com/imagegenius/docker-ai-chat-app )
59
610[ ![ GitHub Release] ( https://img.shields.io/github/release/imagegenius/docker-ai-chat-app.svg?color=007EC6&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=github )] ( https://github.com/imagegenius/docker-ai-chat-app/releases )
@@ -135,6 +139,7 @@ Instructions for updating containers:
135139
136140## Versions
137141
142+ * ** 26.04.24:** - Deprecate
138143* ** 01.06.23:** - pin next and next-auth
139144* ** 28.03.23:** - Add variable checks
140145* ** 21.03.23:** - Add service checks
Original file line number Diff line number Diff line change 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+ Upstream project is d-e-a-d.
16+
17+
18+ ══════════════════════════════════════════════════════'
Original file line number Diff line number Diff line change 1+ oneshot
Original file line number Diff line number Diff line change 1+ /etc/s6-overlay/s6-rc.d/init-deprecate/run
You can’t perform that action at this time.
0 commit comments