mirror of
https://github.com/danderson/netboot.git
synced 2025-08-12 01:27:15 +02:00
The way docker hub and quay.io work, you can't easily pass a custom context to a Dockerfile. So, effectively, if you want multiple dockerfiles per repository, you need to re-check out the whole repository by hand, without help from the environment. This sucks a little bit because it doesn't guarantee that the build happens at the trigger revision ID, but for my purposes of "just have a recent build up", it's sufficient. |
||
---|---|---|
.. | ||
LICENSE | ||
main.go | ||
README.md |
Pixiecore, with embedded iPXE
This is a version of the Pixiecore tool that embeds iPXE binaries for all of Pixiecore's supported architectures/firmwares, so you don't have to handle building and deploying them yourself.
Due to iPXE's license, the result of embedding iPXE builds in the Pixiecore binary makes the overall binary fall under the terms of the GPLv2. See the LICENSE file in this directory for that license.
If you want an Apache-licensed build, check the "pixiecore-apache2" directory one level up for a build that doesn't embed iPXE (you have to supply iPXE binaries at runtime).