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

llb: Allow DefinitionOp to track sources #3678

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

ktock
Copy link
Collaborator

@ktock ktock commented Feb 28, 2023

Currently source information stored in DefinitionOp isn't propagated to the vertices available from DefinitionOp.Inputs(). This commit changes this and makes the source information available in the input vertices as well. This would be useful for inspecting/debugging each vertex in the LLB with keeping track the source location.

Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
@tonistiigi
Copy link
Member

@ktock I think we should cherry-pick this, right?

@ktock
Copy link
Collaborator Author

ktock commented Mar 2, 2023

@ktock I think we should cherry-pick this, right?

Yes, I'll work on that after this is merged.

@tonistiigi tonistiigi merged commit e0fa100 into moby:master Mar 3, 2023
@ktock ktock deleted the definitionop-sources-2 branch March 3, 2023 01:18
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