Sign inSign up

mtneug/freetz

By mtneug

Updated over 7 years ago
Archived

Docker image for building Freetz images

Image
8

4.0K

mtneug/freetz repository overview

mtneug/freetz

Build Status

This repository holds files for the mtneug/freetz Docker image, a Freetz image build environment.

Usage

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

There are also some other commands:

$ docker run --rm mtneug/freetz help
Usage:
  build [branch]          Builds a Freetz image from [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

Tag summary

Content type

Image

Digest

Size

296.8 MB

Last updated

over 7 years ago

docker pull mtneug/freetz