We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a13375 commit 0e2dec4Copy full SHA for 0e2dec4
private/bufpkg/bufimage/bufimageutil/bufimageutil.go
@@ -431,7 +431,7 @@ func (t *transitiveClosure) addElement(
431
opts *imageFilterOptions,
432
) error {
433
descriptorInfo := imageIndex.ByDescriptor[descriptor]
434
- if existingMode, ok := t.elements[descriptor]; ok && existingMode != inclusionModeExcluded {
+ if existingMode, ok := t.elements[descriptor]; ok && existingMode != inclusionModeEnclosing {
435
if existingMode == inclusionModeExcluded {
436
return nil // already excluded
437
}
0 commit comments