pfichtner/freetz

By pfichtner

Updated about 1 month ago

Freetz(-NG) build environment which includes all reqs to build Freetz(-NG) inside the container

Image
1

10K+

pfichtner/freetz repository overview

Fork me on GitHub

Publish Docker image Docker Pulls

pfichtner-freetz

This is my version of a Freetz(-NG) build environment. With this I build various images (3270, 3370, 7570 ,7390, 7490, 7590) with various configs in a CI environment.

To do this, I add the directory with the checked out repository as a volume into the container and then execute the build there:

docker run --rm -v $PWD:/workspace pfichtner/freetz /bin/bash -c make oldconfig && make

(if you don't checkout Freetz(-NG) to the current directory replace $PWD with the path to the checked out repository)

See https://github.com/pfichtner/pfichtner-freetz for more information

Tag summary

Content type

Image

Digest

sha256:089a13083

Size

538.8 MB

Last updated

about 1 month ago

docker pull pfichtner/freetz