first add
This commit is contained in:
22
runners/runner-build-1/config.yaml
Normal file
22
runners/runner-build-1/config.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
log:
|
||||
level: info
|
||||
|
||||
runner:
|
||||
name: runner-build-1
|
||||
capacity: 1
|
||||
envs:
|
||||
HTTP_PROXY: http://proxy:7890
|
||||
HTTPS_PROXY: http://proxy:7890
|
||||
NO_PROXY: localhost,127.0.0.1,pg-gitea,proxy,100.64.0.0/10,172.24.0.0/16
|
||||
DOCKER_HOST: unix:///var/run/docker.sock
|
||||
labels:
|
||||
- "buildx:docker://ghcr.io/catthehacker/ubuntu:act-22.04"
|
||||
- "heavy:docker://ghcr.io/catthehacker/ubuntu:act-22.04"
|
||||
|
||||
container:
|
||||
network: proxy_net
|
||||
privileged: true
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./buildkit-cache:/var/lib/buildkit
|
||||
|
||||
21
runners/runner-build-2/config.yaml
Normal file
21
runners/runner-build-2/config.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
log:
|
||||
level: info
|
||||
|
||||
runner:
|
||||
name: runner-build-2
|
||||
capacity: 1
|
||||
envs:
|
||||
HTTP_PROXY: http://proxy:7890
|
||||
HTTPS_PROXY: http://proxy:7890
|
||||
NO_PROXY: localhost,127.0.0.1,pg-gitea,proxy,100.64.0.0/10,172.24.0.0/16
|
||||
DOCKER_HOST: unix:///var/run/docker.sock
|
||||
labels:
|
||||
- "buildx:docker://ghcr.io/catthehacker/ubuntu:act-22.04"
|
||||
- "heavy:docker://ghcr.io/catthehacker/ubuntu:act-22.04"
|
||||
|
||||
container:
|
||||
network: proxy_net
|
||||
privileged: true
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./buildkit-cache:/var/lib/buildkit
|
||||
21
runners/runner-light-1/config.yaml
Normal file
21
runners/runner-light-1/config.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
log:
|
||||
level: info
|
||||
|
||||
runner:
|
||||
name: runner-light-1
|
||||
capacity: 2
|
||||
envs:
|
||||
HTTP_PROXY: http://proxy:7890
|
||||
HTTPS_PROXY: http://proxy:7890
|
||||
NO_PROXY: localhost,127.0.0.1,pg-gitea,proxy,100.64.0.0/10,172.24.0.0/16
|
||||
DOCKER_HOST: unix:///var/run/docker.sock
|
||||
labels:
|
||||
- "docker:docker://ghcr.io/catthehacker/ubuntu:act-22.04"
|
||||
- "light:docker://ghcr.io/catthehacker/ubuntu:act-22.04"
|
||||
|
||||
container:
|
||||
network: proxy_net
|
||||
privileged: true
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
20
runners/runner-light-2/config.yaml
Normal file
20
runners/runner-light-2/config.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
log:
|
||||
level: info
|
||||
|
||||
runner:
|
||||
name: runner-light-2
|
||||
capacity: 2
|
||||
envs:
|
||||
HTTP_PROXY: http://proxy:7890
|
||||
HTTPS_PROXY: http://proxy:7890
|
||||
NO_PROXY: localhost,127.0.0.1,pg-gitea,proxy,100.64.0.0/10,172.24.0.0/16
|
||||
DOCKER_HOST: unix:///var/run/docker.sock
|
||||
labels:
|
||||
- "docker:docker://ghcr.io/catthehacker/ubuntu:act-22.04"
|
||||
- "light:docker://ghcr.io/catthehacker/ubuntu:act-22.04"
|
||||
|
||||
container:
|
||||
network: proxy_net
|
||||
privileged: true
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
Reference in New Issue
Block a user