2026-01-08 18:41:00 +00:00
2025-07-03 18:38:00 +00:00
2024-11-10 10:24:20 +00:00
2023-04-30 19:45:05 +01:00
2025-04-02 22:01:27 -04:00
2023-04-30 19:45:05 +01:00
2023-04-30 19:45:05 +01:00
2025-04-02 22:01:27 -04:00
2025-04-02 22:01:27 -04:00
2025-05-09 11:45:30 -04:00
2025-05-09 11:45:30 -04:00
2025-11-20 18:39:21 +00:00
2025-04-02 22:01:27 -04:00
2025-05-09 11:45:30 -04:00
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." }
Description
No description provided
Readme 992 KiB
Languages
Dockerfile 52.3%
Shell 47.7%