@@ -6,6 +6,11 @@ description: "[Fleet](https://github.com/linuxserver/fleet) provides an online w
6
6
---
7
7
<!-- DO NOT EDIT THIS FILE MANUALLY -->
8
8
<!-- Please read https://github.com/linuxserver/docker-fleet/blob/master/.github/CONTRIBUTING.md -->
9
+ # DEPRECATION NOTICE
10
+ This image is deprecated. We will not offer support for this image and it will not be updated.
11
+
12
+
13
+ We deprecated our Fleet container and Fleet application due to issues maintaining the necessary level of development
9
14
# [ linuxserver/fleet] ( https://github.com/linuxserver/docker-fleet )
10
15
11
16
[ ![ Scarf.io pulls] ( https://scarf.sh/installs-badge/linuxserver-ci/linuxserver%2Ffleet?color=94398d&label-color=555555&logo-color=ffffff&style=for-the-badge&package-type=docker )] ( https://scarf.sh )
@@ -322,6 +327,7 @@ To help with development, we generate this dependency graph.
322
327
init-fleet-config -> init-config-end
323
328
init-config -> init-crontab-config
324
329
init-mods-end -> init-custom-files
330
+ init-config-end -> init-deprecate
325
331
init-adduser -> init-device-perms
326
332
base -> init-envfile
327
333
init-config -> init-fleet-config
@@ -333,6 +339,7 @@ To help with development, we generate this dependency graph.
333
339
init-device-perms -> init-os-end
334
340
init-envfile -> init-os-end
335
341
init-custom-files -> init-services
342
+ init-deprecate -> init-services
336
343
init-services -> svc-cron
337
344
svc-cron -> legacy-services
338
345
init-services -> svc-fleet
@@ -346,6 +353,7 @@ To help with development, we generate this dependency graph.
346
353
347
354
# # Versions
348
355
356
+ * ** 03.06.25:** - Deprecate.
349
357
* ** 24.12.24:** - Rebase to Alpine 3.21.
350
358
* ** 04.06.24:** - Rebase to Alpine 3.20.
351
359
* ** 20.03.24:** - Rebase to Alpine 3.19.
0 commit comments