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

bake: shared session for local context #20578

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

dvdksn
Copy link
Collaborator

@dvdksn dvdksn commented Aug 12, 2024

Description

With the latest Buildx, BuildKit, and Dockerfile, bake can detect when
multiple targets use the same local context, and deduplicate context
transfer.

Related issues

With the latest Buildx, BuildKit, and Dockerfile, bake can detect when
multiple targets use the same local context, and deduplicate context
transfer.

Signed-off-by: David Karlsson <[email protected]>
@dvdksn dvdksn requested a review from crazy-max August 12, 2024 11:29
Copy link

netlify bot commented Aug 12, 2024

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit dcd1ba4
🔍 Latest deploy log https://app.netlify.com/sites/docsdocker/deploys/66b9f21f7f5a3200089bc2fe
😎 Deploy Preview https://deploy-preview-20578--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

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

Would we take the opportunity to update https://docs.docker.com/build/bake/contexts/#deduplicate-context-transfer?

I guess a callout saying this is not necessary since Buildx 0.17.0 and Dockerfile Frontend 0.10.0?

@dvdksn
Copy link
Collaborator Author

dvdksn commented Aug 12, 2024

@crazy-max yeah I thought I would do that once we have released those versions.

@dvdksn dvdksn merged commit 07f2190 into docker:main Aug 12, 2024
12 checks passed
@dvdksn dvdksn deleted the bake-shared-session-local-ctx branch August 12, 2024 14:33
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