Skip to content

Docker services volumes

What does this MR do?

Adds ServiceVolumes setting.

Why was this MR needed?

I need to bind-mount /etc/ssl/certs on docker:dind service because our Gitlab instance uses a certificate signed by an internal PKI.

Are there points in the code the reviewer needs to double check?

This will remove the cache volume from the services containers.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

None. Should I create one?

Edited by Mathieu Parent

Merge request reports