https://github.com/linuxserver/docker-build-agent
https://github.com/linuxserver/docker-build-agent
hacktoberfest
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxserver/docker-build-agent
- Owner: linuxserver
- License: gpl-3.0
- Created: 2023-04-30T18:38:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-25T18:47:44.000Z (9 months ago)
- Last Synced: 2025-09-25T20:56:19.796Z (9 months ago)
- Topics: hacktoberfest
- Language: Dockerfile
- Size: 331 KB
- Stars: 3
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# linuxserver/build-agent
Used as part of the LSIO build process. Not for public consumption.
## Running
```yml
services:
build-agent:
image: lscr.io/linuxserver/build-agent:latest
privileged: true
container_name: build-agent
environment:
- TZ=London/Europe
- 'PUBLIC_KEY='
- PUID=1000
- PGID=1000
volumes:
- ./docker-data:/config
ports:
- 2222:2222
restart: unless-stopped
```
For x86_64 machines, run `docker run --rm --privileged ghcr.io/linuxserver/qemu-static --reset -p yes` on the host to enable qemu before bringing any build agent containers up.
- { date: "09.05.25:", desc: "Push riscv64 tag." }
- { date: "02.04.25:", desc: "Update JRE to 21." }
- { date: "01.07.24:", desc: "Update JRE to 17." }
- { date: "16.01.24:", desc: "Add yq." }
- { date: "30.04.23:", desc: "Initial Release." }