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

Commit d6d3220

Browse files
committed
Bot Updating Templated Files
1 parent bf5eca2 commit d6d3220

File tree

7 files changed

+25
-0
lines changed

7 files changed

+25
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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

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

Whitespace-only changes.
Lines changed: 18 additions & 0 deletions
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+
Upstream project is d-e-a-d.
16+
17+
18+
══════════════════════════════════════════════════════'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
oneshot
Lines changed: 1 addition & 0 deletions
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)