basic: Only the runner process in the container; users need to mount the Docker socket to it.
dind: A Docker daemon will be started in the container with the root user.
dind-rootless: A Docker daemon will be started in the container with a rootless user.
Use s6 instead of supervisord to start processes.
- `basic`: Only the runner process in the container; users need to mount the Docker socket to it.
- `dind`: A Docker daemon will be started in the container with the root user.
- `dind-rootless`: A Docker daemon will be started in the container with a rootless user.
Use s6 instead of supervisord to start processes.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
basic: Only the runner process in the container; users need to mount the Docker socket to it.dind: A Docker daemon will be started in the container with the root user.dind-rootless: A Docker daemon will be started in the container with a rootless user.Use s6 instead of supervisord to start processes.