Skip to content

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 multiarch/qemu-user-static --reset -p yes on the host to enable qemu before bringing any build agent containers up.

  • { date: "16.01.24:", desc: "Add yq." }
  • { date: "30.04.23:", desc: "Initial Release." }