Builders, e.g. for OpenWrt or Linux, prepared by Docker
Go to file
2021-02-15 16:26:22 +00:00
openwrt Add more targets to the openwrt toolchain 2021-02-10 01:05:27 +00:00
.gitignore gitignore built/ -- for build sentinels 2021-02-08 15:06:19 +00:00
builder-entry.sh Initial setup 2021-02-06 21:47:58 +00:00
builder-start.sh Initial setup 2021-02-06 21:47:58 +00:00
builder.dockerfile Initial setup 2021-02-06 21:47:58 +00:00
docker_vars.sh Set up certain environment variables into a vars file 2021-02-08 14:54:02 +00:00
Makefile Clean up how a variable gets set up 2021-02-15 16:26:22 +00:00
openwrt-builder-commit.dockerfile openwrt-builder-commit: For commit-specific OpenWrt builds 2021-02-08 15:11:41 +00:00
openwrt-builder-entry.sh openwrt-builder: dockerfile for an openwrt builder 2021-02-08 15:04:23 +00:00
openwrt-builder.dockerfile openwrt-builder: dockerfile for an openwrt builder 2021-02-08 15:04:23 +00:00
README.md Add a README 2021-02-08 15:30:17 +00:00

docker-builder

A small toolchain for setting up, caching and sharing build environments.

Existing envs

openwrt/

For building OpenWrt. Helps you manage build inputs.

See commit 7b2d32b for more details on how to use this.