daemon/containerd: ImageService. LoadImage fix stray slash in comment
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
d4d645d32a
commit
1bc7a2aacd
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ func (i *ImageService) LoadImage(ctx context.Context, inTar io.ReadCloser, outSt
|
|||
|
||||
// Create an additional image with dangling name for imported images...
|
||||
containerd.WithDigestRef(danglingImageName),
|
||||
/// ... but only if they don't have a name or it's invalid.
|
||||
// ... but only if they don't have a name or it's invalid.
|
||||
containerd.WithSkipDigestRef(func(nameFromArchive string) bool {
|
||||
if nameFromArchive == "" {
|
||||
return false
|
||||
|
|
Loading…
Add table
Reference in a new issue