Skip to content

Commit 596d6f7

Browse files
committed
Add deprecation notice
1 parent b88d001 commit 596d6f7

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

install/etc/cont-init.d/10-redis

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ source /assets/functions/00-container
44
prepare_service
55
process_name="redis"
66

7+
cat <<EOF
8+
9+
****************************************************************************************
10+
* *
11+
* END OF LIFE NOTICE AUGUST 18, 2025 *
12+
* tiredofit/redis *
13+
* *
14+
* This image is no longer maintained as of and will not receive updates. *
15+
* *
16+
* A successor image is available at: *
17+
* *
18+
* Repository | Documentation: *
19+
* - https://github.com/nfrastack/container-redis *
20+
* *
21+
* Image Registries: *
22+
* - https://hub.docker.com/r/nfrastack/redis *
23+
* - https://github.com/nfrastack/container-redis/pkgs/container/container-redis *
24+
* *
25+
* Please visit https://nfrastack.com for more information. *
26+
* *
27+
****************************************************************************************
28+
29+
EOF
30+
31+
sleep 15
32+
733
mkdir -p "${LOG_PATH}"
834
touch "${LOG_PATH}"/"${LOG_FILE}"
935
chown -R redis:redis "${LOG_PATH}"/"${LOG_FILE}"

0 commit comments

Comments
 (0)