From f10bbd471347e1502714dcfc0dd3560112768435 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Sat, 17 May 2025 13:40:40 -0400 Subject: [PATCH 1/2] deprecate --- readme-vars.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme-vars.yml b/readme-vars.yml index 6f84dff..d38a580 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -7,6 +7,11 @@ project_logo: "https://netboot.xyz/images/netboot.xyz.gif" project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a way to PXE boot various operating system installers or utilities from one place within the BIOS without the need of having to go retrieve the media to run the tool. iPXE is used to provide a user friendly menu from within the BIOS that lets you easily choose the operating system you want along with any specific types of versions or bootable flags." project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" project_categories: "Administration,Network" + +# deprecation information +project_deprecation_status: true +project_deprecation_message: "Consider switching to https://github.com/netbootxyz/docker-netbootxyz for the official container which is a drop-in replacement."" + # supported architectures available_architectures: - {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"} @@ -179,6 +184,7 @@ init_diagram: | "netbootxyz:latest" <- Base Images # changelog changelogs: + - {date: "17.05.25:", desc: "Deprecate"} - {date: "30.06.24:", desc: "Rebase to Alpine 3.20."} - {date: "24.02.24:", desc: "Add new port settings for the webserver and app."} - {date: "08.12.23:", desc: "Rebase to Alpine 3.19."} From a9dcbf37f5ccad711f91a25225505aa1680ae58e Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Sat, 17 May 2025 13:42:24 -0400 Subject: [PATCH 2/2] Update readme-vars.yml --- readme-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-vars.yml b/readme-vars.yml index d38a580..4479dc2 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -10,7 +10,7 @@ project_categories: "Administration,Network" # deprecation information project_deprecation_status: true -project_deprecation_message: "Consider switching to https://github.com/netbootxyz/docker-netbootxyz for the official container which is a drop-in replacement."" +project_deprecation_message: "Consider switching to https://github.com/netbootxyz/docker-netbootxyz for the official container which is a drop-in replacement." # supported architectures available_architectures: