hifis-net / ansible-role-gitlab-runner

:warning: PLEASE NOTE: This role has been migrated to our hifis.toolkit collection. :warning: Ansible role for deploying GitLab-Runner. The role is optimized for use with Openstack.
https://galaxy.ansible.com/ui/repo/published/hifis/toolkit/
Other
8 stars 2 forks source link

Allow to disable local Docker volumes based cache #181

Closed Normo closed 1 year ago

Normo commented 1 year ago

The Docker executor has two levels of caching: a global one (like any other executor) and a local cache based on Docker volumes. The configuration flag disable_cache acts only on the local one which disables the use of automatically created (not mapped to a host directory) cache volumes.