-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docker): Use sharing=locked for cache mounts
We need to ensure safe mutable access to the apt cache directories, as the build has started to fail when this is not the case. This change sets the `sharing` option to `locked` for the cache mounts to ensure serialized access to the cache directories.
- Loading branch information
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters