-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme-vars.yml
39 lines (32 loc) · 1.02 KB
/
readme-vars.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
# explicit disable unraid templating, incase we switch away from full_custom_readme
unraid_template: false
# project information
project_name: build-agent
full_custom_readme: |
{% raw -%}
# 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=<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: "01.07.24:", desc: "Update JRE to 17." }
- { date: "16.01.24:", desc: "Add yq." }
- { date: "30.04.23:", desc: "Initial Release." }
{%- endraw %}