Builders, e.g. for OpenWrt or Linux, prepared by Docker
Go to file
2021-03-16 18:50:03 +00:00
openwrt Combine base input requirements for building owrt image into a var 2021-03-16 18:50:03 +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 oops 2021-02-15 16:35:11 +00:00
openwrt-builder-commit.dockerfile Rework the builder targets so we may use different remotes 2021-02-15 16:29:00 +00:00
openwrt-builder-entry.sh openwrt: output screen's logfile somewhere output can see 2021-02-18 02:28:56 +00:00
openwrt-builder.dockerfile openwrt-builder: dockerfile for an openwrt builder 2021-02-08 15:04:23 +00:00
openwrt-remotes.txt openwrt: add another remote (pr, for Github) 2021-02-18 02:34:04 +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.