@@ -7,6 +7,11 @@ description: "[Netbootxyz](https://netboot.xyz) is a way to PXE boot various ope
7
7
---
8
8
<!-- DO NOT EDIT THIS FILE MANUALLY -->
9
9
<!-- Please read https://github.com/linuxserver/docker-netbootxyz/blob/master/.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
+
14
+ Consider switching to https://github.com/netbootxyz/docker-netbootxyz for the official container which is a drop-in replacement.
10
15
# [ linuxserver/netbootxyz] ( https://github.com/linuxserver/docker-netbootxyz )
11
16
12
17
[ ![ Scarf.io pulls] ( https://scarf.sh/installs-badge/linuxserver-ci/linuxserver%2Fnetbootxyz?color=94398d&label-color=555555&logo-color=ffffff&style=for-the-badge&package-type=docker )] ( https://scarf.sh )
@@ -412,6 +417,7 @@ To help with development, we generate this dependency graph.
412
417
init-netboot-config -> init-config-end
413
418
init-os-end -> init-crontab-config
414
419
init-mods-end -> init-custom-files
420
+ init-config-end -> init-deprecate
415
421
init-adduser -> init-device-perms
416
422
base -> init-envfile
417
423
base -> init-migrations
@@ -428,6 +434,7 @@ To help with development, we generate this dependency graph.
428
434
init-envfile -> init-os-end
429
435
init-migrations -> init-os-end
430
436
init-custom-files -> init-services
437
+ init-deprecate -> init-services
431
438
init-mods-end -> init-services
432
439
init-services -> svc-cron
433
440
svc-cron -> legacy-services
@@ -446,6 +453,7 @@ To help with development, we generate this dependency graph.
446
453
447
454
# # Versions
448
455
456
+ * ** 17.05.25:** - Deprecate
449
457
* ** 30.06.24:** - Rebase to Alpine 3.20.
450
458
* ** 24.02.24:** - Add new port settings for the webserver and app.
451
459
* ** 08.12.23:** - Rebase to Alpine 3.19.
0 commit comments