Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

randomcoww/docker-tftpd-ipxe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

PXE images served over TFTP

ipxe.efi and undionly.kpxe served over TFTP-HPA

PXE images built to support:

DNS
HTTP
HTTPS
iSCSI
NFS
TFTP
FCoE
SRP
VLAN
AoE
EFI
Menu

Image build

VERSION=master
TAG=ghcr.io/randomcoww/tftpd-ipxe:$VERSION

buildah build \
  --build-arg VERSION=$VERSION \
  -f Dockerfile \
  -t localtemp

container=$(buildah from localtemp)
buildah run --net=none $container -- rm /etc/hosts
buildah commit $container $TAG

buildah push $TAG

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published