@@ -7,6 +7,10 @@ description: "[Feed2toot](https://gitlab.com/chaica/feed2toot) automatically par
77---
88<!-- DO NOT EDIT THIS FILE MANUALLY -->
99<!-- Please read https://github.com/linuxserver/docker-feed2toot/blob/main/.github/CONTRIBUTING.md -->
10+ # DEPRECATION NOTICE
11+ This image is deprecated. We will not offer support for this image and it will not be updated.
12+
13+
1014# [ linuxserver/feed2toot] ( https://github.com/linuxserver/docker-feed2toot )
1115
1216[ ![ Scarf.io pulls] ( https://scarf.sh/installs-badge/linuxserver-ci/linuxserver%2Ffeed2toot?color=94398d&label-color=555555&logo-color=ffffff&style=for-the-badge&package-type=docker )] ( https://scarf.sh )
@@ -297,6 +301,7 @@ To help with development, we generate this dependency graph.
297301 init-feed2toot-config -> init-config-end
298302 init-os-end -> init-crontab-config
299303 init-mods-end -> init-custom-files
304+ init-config-end -> init-deprecate
300305 init-adduser -> init-device-perms
301306 base -> init-envfile
302307 init-config -> init-feed2toot-config
@@ -312,6 +317,7 @@ To help with development, we generate this dependency graph.
312317 init-envfile -> init-os-end
313318 init-migrations -> init-os-end
314319 init-custom-files -> init-services
320+ init-deprecate -> init-services
315321 init-mods-end -> init-services
316322 init-services -> svc-cron
317323 svc-cron -> legacy-services
@@ -324,6 +330,7 @@ To help with development, we generate this dependency graph.
324330
325331# # Versions
326332
333+ * ** 10.11.25:** - Deprecate.
327334* ** 23.12.23:** - Rebase to Alpine 3.19.
328335* ** 25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
329336* ** 02.03.23:** - Allow user customizable cron.
0 commit comments