You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1564,7 +1564,7 @@ func (s *store) PutLayer(id, parent string, names []string, mountLabel string, w
1564
1564
}
1565
1565
1566
1566
var (
1567
-
slo*stagedLayerOptions
1567
+
lc*layerCreationContents
1568
1568
options*LayerOptions
1569
1569
parentLayer*Layer
1570
1570
)
@@ -1608,7 +1608,7 @@ func (s *store) PutLayer(id, parent string, names []string, mountLabel string, w
1608
1608
}
1609
1609
}
1610
1610
1611
-
slo=&stagedLayerOptions{
1611
+
lc=&layerCreationContents{
1612
1612
stagedLayerExtraction: m,
1613
1613
}
1614
1614
}
@@ -1642,7 +1642,7 @@ func (s *store) PutLayer(id, parent string, names []string, mountLabel string, w
1642
1642
returnnil, -1, fmt.Errorf("error during staged layer apply, parent layer %q changed id mappings while the content was extracted, must retry layer creation", parent)
0 commit comments