-
Notifications
You must be signed in to change notification settings - Fork 399
Closed
Labels
kind/bugA defect in an existing functionality (or a PR fixing it)A defect in an existing functionality (or a PR fixing it)
Description
Reading the code (not testing this),
Line 604 in 32e1469
| layer, err := s.imageRef.transport.store.CreateLayer(id, lastLayer, nil, "", false, nil) |
Line 612 in 32e1469
| if err := s.imageRef.transport.store.ApplyDiffFromStagingDirectory(layer.ID, diffOutput.Target, diffOutput, nil); err != nil { |
AFAICS the layer is, in the meantime, visible to other processes, who can find it based on the deterministic “chain ID”, and try to use it, while the contents are missing.
Cc: @giuseppe
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugA defect in an existing functionality (or a PR fixing it)A defect in an existing functionality (or a PR fixing it)