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

Commit 33efd77

Browse files
authored
Merge pull request #73 from linuxserver/deprecate-tftp
Deprecate-tftp
2 parents 7ed9dde + 94d3001 commit 33efd77

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
@@ -6,6 +6,11 @@ project_url: "https://netboot.xyz"
66
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 }}"
9+
10+
# deprecation information
11+
project_deprecation_status: true
12+
project_deprecation_message: "Consider switching to https://github.com/netbootxyz/docker-netbootxyz for the official container which is a drop-in replacement."
13+
914
# supported architectures
1015
available_architectures:
1116
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
@@ -167,6 +172,7 @@ init_diagram: |
167172
"netbootxyz:tftp" <- Base Images
168173
# changelog
169174
changelogs:
175+
- {date: "17.05.25:", desc: "Deprecate"}
170176
- {date: "30.06.24:", desc: "Rebase to Alpine 3.20."}
171177
- {date: "08.12.23:", desc: "Rebase tftp branch to Alpine 3.19."}
172178
- {date: "17.11.23:", desc: "Rebase tftp branch to Alpine 3.18."}

0 commit comments

Comments
 (0)