File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,32 @@ source /assets/functions/00-container
44prepare_service
55process_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+
733mkdir -p "${LOG_PATH}"
834touch "${LOG_PATH}"/"${LOG_FILE}"
935chown -R redis:redis "${LOG_PATH}"/"${LOG_FILE}"
You can’t perform that action at this time.
0 commit comments