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

Add workaround for incorrect BuildKit file caching behavior #1173

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

lbussell
Copy link
Contributor

@lbussell lbussell commented Aug 9, 2023

This fixes the issue that we saw for patch Tuesday where the wrong Dockerfile was cached for some 7.0 runtime Dockerfiles.

Please see moby/buildkit#1368

It's fixed in Docker version 23, but the bug is in the agent code and not the client, so we would have to wait until our build agents are updated.

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

Copy link
Member

@mthalman mthalman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great sleuthing to find the root issue.

@MichaelSimons
Copy link
Member

Please log a follow-up issue to remove this workaround once the buildkit fix is picked up.

@lbussell
Copy link
Contributor Author

lbussell commented Aug 9, 2023

Please log a follow-up issue to remove this workaround once the buildkit fix is picked up.

Filed #1174

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