terraform-aws-gitlab-runner
terraform-aws-gitlab-runner copied to clipboard
Change var.runners_add_dind_volumes to share /builds
Changing var.runners_add_dind_volumes in locals.tf https://github.com/npalm/terraform-aws-gitlab-runner/blob/develop/locals.tf#L22 to change "/builds" to "/builds:/builds" would simplify sharing volume mounts to dind containers.
https://gitlab.com/gitlab-org/gitlab-foss/-/issues/41227#note_294252441
Sounds interesting, but I am not very familiar with the setup. What is the difference between /builds and /builds:/builds? Is there any documentation available?
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.
@UnknownGnome Could you please explain the difference between the setups? What does change if I mount /builds:/builds instead of /builds? The Docker documentation was not helpful for me.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.
This issue was closed because it has been stalled for 15 days with no activity.