first add

This commit is contained in:
2025-10-02 21:10:25 +08:00
commit 3452db86ee
9 changed files with 438 additions and 0 deletions

View 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

View 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

View 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

View 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