Skip to content

Commit

Permalink
Merge pull request #47466 from huang-jl/25.0_backport_fix_restore_digest
Browse files Browse the repository at this point in the history
[25.0 backport] libcontainerd: change the digest used when restoring
  • Loading branch information
vvoland committed Feb 28, 2024
2 parents 6fb71a9 + 70c05fe commit cb66214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcontainerd/remote/client.go
Expand Up @@ -723,7 +723,7 @@ func (c *client) writeContent(ctx context.Context, mediaType, ref string, r io.R
}
return &types.Descriptor{
MediaType: mediaType,
Digest: writer.Digest().Encoded(),
Digest: writer.Digest().String(),
Size: size,
}, nil
}
Expand Down

0 comments on commit cb66214

Please sign in to comment.