distcc image based on: debian 10 (buster), distcc 3.3
Go to file
Maximilian Kratz 2cee9cb0ce
Merge pull request #4 from maxkratz/feature/update-github-actions
Updates all GitHub-based Actions to their latest versions
2023-12-20 09:11:52 +01:00
.github/workflows Updates all GitHub-based Actions to their latest versions 2023-12-20 08:07:50 +01:00
.gitignore page 2016-01-30 02:16:45 +08:00
build-man.sh Adds ARM build script + CI adaptions 2022-01-22 14:10:19 +01:00
docker-compose.yml Updated to debian 10 (buster) + extended README. 2020-04-07 13:17:05 +02:00
Dockerfile Updates base OS to Debian Bullseye 2022-07-03 15:38:48 +02:00
entrypoint.sh Delete uesless options and files 2016-12-22 23:32:27 +08:00
makefile Updated to debian 10 (buster) + extended README. 2020-04-07 13:17:05 +02:00
README.md Changes CI config to GitHub Actions 2023-01-29 12:50:51 +01:00

docker-distcc

Build Docker images

distcc image based on: debian 11 (bullseye), distcc 3.3

Prebuild images can be found at Dockerhub.

Usage

  • Run with docker-run
docker run -d --name distcc-server -e NETWORK=10.0.0.1/16 -p 3632:3632 --user distccd maxkratz/distcc:latest
  • Or run with docker-compose
git clone https://github.com/maxkratz/docker-distcc.git && cd docker-distcc
docker-compose up -d
  • distcc log
docker logs -f distccd

Dockerfile

The Dockerfile can be found at: https://github.com/maxkratz/docker-distcc/blob/main/Dockerfile

Issues & Contribution

If you find any problems, bugs or missing packages, feel free to open an issue on github.