Skip to content

Conversation

jsternberg
Copy link
Collaborator

@jsternberg jsternberg commented Jul 31, 2025

This annotation signals that the LLB node doesn't have a direct parent
and the inputs are disconnected. This prevents us from accidentally
including them in the same stack frame.

Requires moby/buildkit#6117.

dap/thread.go Outdated

hasParent := len(op.Inputs) > 0
if m, ok := t.def.Metadata[first.dgst]; ok {
if s, ok := m.Description["com.docker.dap.hint.v1.noparent"]; ok {
Copy link
Member

Choose a reason for hiding this comment

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

Was wondering if we could use a fallback frontend image like we have done for build checks and outline requests so everyone can benefit from this feature but would need first a frontend capability I suppose which I don't think is necessary.

This annotation signals that the LLB node doesn't have a direct parent
and the inputs are disconnected. This prevents us from accidentally
including them in the same stack frame.

Signed-off-by: Jonathan A. Sternberg <[email protected]>
@jsternberg
Copy link
Collaborator Author

Not needed anymore.

@jsternberg jsternberg closed this Aug 18, 2025
@jsternberg jsternberg deleted the dap-hint-noparent branch August 18, 2025 17:50
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