Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docker): Use sharing=locked for cache mounts #55

Merged
merged 1 commit into from
Dec 5, 2024
Merged

Conversation

olix0r
Copy link
Member

@olix0r olix0r commented Dec 5, 2024

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.

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.
@olix0r olix0r merged commit fe4576c into main Dec 5, 2024
19 checks passed
@olix0r olix0r deleted the ver/shared branch December 5, 2024 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants