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

progress: add prefix to vertex progress group #1305

Merged
merged 1 commit into from
Nov 28, 2022

Conversation

jedevc
Copy link
Collaborator

@jedevc jedevc commented Sep 2, 2022

Fixes #1195. CC @ciaranmcnulty.

As buildkit now uses progress groups for the COPY --link instruction we need to ensure that we additionally prefix the progress group name, or the target name will be left off in bake commands with more than one target.

As buildkit now uses progress groups for the COPY --link instruction
we need to ensure that we additionally prefix the progress group name,
or the target name will be left off in bake commands with more than one
target.

Signed-off-by: Justin Chadwell <[email protected]>
@jedevc jedevc requested a review from tonistiigi September 2, 2022 15:49
@tonistiigi
Copy link
Member

@sipsma

@tonistiigi tonistiigi added this to the v0.9.2 milestone Sep 12, 2022
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.

Looks also related to moby/buildkit#3323

@crazy-max crazy-max merged commit ae59e1f into docker:master Nov 28, 2022
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.

Bake does not show target stage for COPY --link
3 participants