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

prevent concurrent map write updating services with image digest #588

Merged
merged 3 commits into from
Feb 22, 2024

Conversation

ndeloof
Copy link
Collaborator

@ndeloof ndeloof commented Feb 22, 2024

This fix a regression introduced by #483
Introduces Project.WithServicesTransform to offer a higher-level function for concurrent service transformation, managing concurrency and model mutability issues

fixes docker/compose#11539

@ndeloof ndeloof force-pushed the WithImagesResolved_concurrent_map branch 3 times, most recently from 3e93c8d to 1d3db40 Compare February 22, 2024 07:31
@ndeloof ndeloof force-pushed the WithImagesResolved_concurrent_map branch from 1d3db40 to 962bb2f Compare February 22, 2024 07:32
@ndeloof ndeloof merged commit dff4d49 into compose-spec:main Feb 22, 2024
8 checks passed
@ndeloof ndeloof deleted the WithImagesResolved_concurrent_map branch February 22, 2024 13:16
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.

[BUG] docker compose config fails with concurrent map writes
2 participants