kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
3170de531c
commit
30f2572e7a
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
title: build-agent
|
||||
---
|
||||
<!-- DO NOT EDIT THIS FILE MANUALLY -->
|
||||
<!-- Please read the https://github.com/linuxserver/docker-build-agent/blob/main/.github/CONTRIBUTING.md -->
|
||||
|
||||
# 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
|
||||
```
|
||||
|
||||
- { date: "30.04.23:", desc: "Initial Release." }
|
Ładowanie…
Reference in New Issue