Use nested Docker for Actions on the AppArmor-restricted VPS
Hop-State: A_06FN8BBQ8M8RAEV61FS6DM8 Hop-Proposal: R_06FN8B9W0QKY2RYYBYRGEA0 Hop-Task: T_06FN8B4BH4066M2NZTVRZ80 Hop-Attempt: AT_06FN8B4BH4ETR7A6NJS85M0
This commit is contained in:
+2
-2
@@ -47,7 +47,7 @@ services:
|
||||
networks: [hopweb]
|
||||
|
||||
actions-runner:
|
||||
image: docker.io/gitea/act_runner:latest-dind-rootless
|
||||
image: docker.io/gitea/act_runner:latest-dind
|
||||
depends_on:
|
||||
gitea:
|
||||
condition: service_started
|
||||
@@ -60,7 +60,7 @@ services:
|
||||
cpus: "2.0"
|
||||
mem_limit: 4g
|
||||
pids_limit: 1024
|
||||
# Required by rootlesskit for the nested Docker daemon. Workflow jobs run
|
||||
# Required by Docker-in-Docker. Workflow jobs run
|
||||
# inside that daemon and never receive the host's Docker socket.
|
||||
privileged: true
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user