No description
  • Dockerfile 53.7%
  • Shell 46.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-20 18:52:09 +00:00
.github Bot Updating Templated Files 2025-07-03 18:38:00 +00:00
root Remove HOMEs that aren't required any more 2026-03-15 21:43:21 +00:00
.dockerignore Initial release 2023-04-30 19:45:05 +01:00
.editorconfig bump java to 21 2025-04-02 22:01:27 -04:00
.gitattributes Initial release 2023-04-30 19:45:05 +01:00
.gitignore Initial release 2023-04-30 19:45:05 +01:00
Dockerfile Set home to /config at build time 2026-03-15 21:35:30 +00:00
Dockerfile.aarch64 Set home to /config at build time 2026-03-15 21:35:30 +00:00
Dockerfile.riscv64 Set home to /config at build time 2026-03-15 21:35:30 +00:00
jenkins-vars.yml Temporarily disable RISCV builds 2026-06-04 21:19:27 +00:00
Jenkinsfile Temporarily disable RISCV builds 2026-06-04 21:19:27 +00:00
LICENSE bump java to 21 2025-04-02 22:01:27 -04:00
package_versions.txt Bot Updating Package Versions 2026-08-20 18:52:09 +00:00
readme-vars.yml push riscv64 tag 2025-05-09 11:45:30 -04:00
README.md push riscv64 tag 2025-05-09 11:45:30 -04:00

linuxserver/build-agent

Used as part of the LSIO build process. Not for public consumption.

Running

services:
  build-agent:
    image: lscr.io/linuxserver/build-agent:latest
    privileged: true
    container_name: build-agent
    environment:
      - TZ=London/Europe
      - 'PUBLIC_KEY=<jenkins 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." }