Support basic, dind and dind-rootless as multiple kinds of images #619

Merged
wolfogre merged 3 commits from feature/s6_dind into main 2024-11-06 03:15:52 +00:00
wolfogre commented 2024-11-05 09:26:39 +00:00 (Migrated from gitea.com)
  • 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.
Zettat123 (Migrated from gitea.com) approved these changes 2024-11-06 01:58:43 +00:00
lunny (Migrated from gitea.com) approved these changes 2024-11-06 03:12:30 +00:00
Sign in to join this conversation.