Skip to content
This repository was archived by the owner on Jul 5, 2025. It is now read-only.

Commit 7a8f95b

Browse files
authored
Merge pull request #74 from linuxserver/deprecate
Deprecate
2 parents e604162 + a9dcbf3 commit 7a8f95b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme-vars.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ project_logo: "https://netboot.xyz/images/netboot.xyz.gif"
77
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."
88
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
99
project_categories: "Administration,Network"
10+
11+
# deprecation information
12+
project_deprecation_status: true
13+
project_deprecation_message: "Consider switching to https://github.com/netbootxyz/docker-netbootxyz for the official container which is a drop-in replacement."
14+
1015
# supported architectures
1116
available_architectures:
1217
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
@@ -179,6 +184,7 @@ init_diagram: |
179184
"netbootxyz:latest" <- Base Images
180185
# changelog
181186
changelogs:
187+
- {date: "17.05.25:", desc: "Deprecate"}
182188
- {date: "30.06.24:", desc: "Rebase to Alpine 3.20."}
183189
- {date: "24.02.24:", desc: "Add new port settings for the webserver and app."}
184190
- {date: "08.12.23:", desc: "Rebase to Alpine 3.19."}

0 commit comments

Comments
 (0)