mtneug / freetz-docker

Docker image for building Freetz images

Home Page:https://hub.docker.com/r/mtneug/freetz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Docker image for building Freetz images

https://hub.docker.com/r/mtneug/freetz/


Languages

Language:Shell 59.5%Language:Dockerfile 34.9%Language:Makefile 5.6%