Skip to content

linuxserver/docker-build-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4035842 · Apr 17, 2025
Jan 30, 2025
Nov 10, 2024
Apr 30, 2023
Apr 3, 2025
Apr 30, 2023
Apr 30, 2023
Apr 3, 2025
Apr 3, 2025
Feb 13, 2025
Apr 3, 2025
Apr 3, 2025
Apr 30, 2023
Apr 17, 2025
Apr 3, 2025

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: "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." }