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

ociindex: allow readonly access #5452

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

tonistiigi
Copy link
Member

If file lock can't be taken because of a permission or readonly error then assume that the index is immutable and locks are not needed.

Writer side is unchanged as if lock would be skipped then the write is assumed to fail anyway.

If file lock can't be taken because of a permission or readonly
error then assume that the index is immutable and locks are not needed.

Writer side is unchanged as if lock would be skipped then the write
is assumed to fail anyway.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
@AkihiroSuda AkihiroSuda merged commit d09703e into moby:master Oct 25, 2024
91 checks passed
@thompson-shaun thompson-shaun added this to the v0.17.0 milestone Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants