Freetz(-NG) build environment which includes all reqs to build Freetz(-NG) inside the container
10K+
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
Content type
Image
Digest
sha256:089a13083…
Size
538.8 MB
Last updated
about 1 month ago
docker pull pfichtner/freetz