Docker image for building freetz image
285
This repository holds files for the mtneug/freetz Docker image, a Freetz image build environment.
To build images you either can interactively use the menuconfig or a configuration file. Below you find some examples:
# Build with menuconfig
$ docker run --rm -it -v $PWD/images:/freetz/images mtneug/freetz
# Build with predefined .config
$ docker run --rm -it -v $PWD/images:/freetz/images -v $PWD/config:/.config mtneug/freetz
# Build with patches
# put your .patch files into $PWD/patches
$ docker run --rm -it -v $PWD/patches:/patches -v $PWD/images:/freetz/images mtneug/freetz
$ docker run --rm -it -v $PWD/patches:/patches -v $PWD/images:/freetz/images mtneug/freetz
There are also some other commands:
$ docker run --rm mtneug/freetz help
Usage:
build [repo] [branch] Builds a Freetz image from [repo] and [branch]
--no-menuconfig Do not start menuconfig
This is only possible if there already
exists a .config file in the root directory.
clean Removes build output
help Prints this usage information
[cmd] [args...] Runs [cmd] with given arguments
Content type
Image
Digest
Size
289.7 MB
Last updated
about 7 years ago
docker pull romanlum/freetz-docker