TODO
- Exposes a minimal, read-only TFTP server to serve iPXE binaries.
- Runs in a ProxyDHCP mode to provide PXE boot information to PXE firmware clients.
This repository only contains scripts to build the Docker image, so you only need docker installed.
To build the PXE server image run:
make docker-buildTo learn how to contribute to the project, see the contributor's guide. The project will accept contributions through Pull-Requests (PRs). PRs must be built successfully by the CI pipeline, pass linters verifications and the unit tests.
There are several convenience make targets to support developer activities,
you can use help to see a list of makefile targets.
The following is a list of makefile targets that support developer activities:
-
lintto run a list of linting targets. -
mdlintto run linting of this file. -
hadolintto run linter on Dockerfile. -
docker-buildto build the Docker container. -
For more information on how to onboard an edge node, refer to the user guide on onboarding an edge node.
-
To get started, check out the user guide.
-
For the infrastructure manager development guide, visit the infrastructure manager development guide.
-
If you are contributing, please read the contributors guide.
-
For troubleshooting, see the troubleshooting guide.