Builders, e.g. for OpenWrt or Linux, prepared by Docker
Go to file
Martin Kennedy b056beb2f8 Rework the builder targets so we may use different remotes
Now, in order to set up the builder at a given remote @ commit , we
will want to make

     ${docker_src}/built/openwrt-builder-remote_commit.sentinel

... and then use the openwrt-builder-remote_commit image as a base.

New remotes can / should be added to openwrt-remotes.txt. Honestly
this oughta have been under the openwrt dir but, eh.
2021-02-15 16:29:00 +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 Rework the builder targets so we may use different remotes 2021-02-15 16:29:00 +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-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
openwrt-remotes.txt Rework the builder targets so we may use different remotes 2021-02-15 16:29:00 +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.