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
add --original-blob-ids args for merge
the default merge command is to get the name of the original
blob from the bootstrap name, and add a cli args for it
Signed-off-by: zyfjeff <zyfjeff@linux.alibaba.com>
storage: refine the way to implement BlobIoChunk
Backport the new implementation of BlobIoChunk from master into v2.1.
Fixes: dragonflyoss#1198
Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
builder: support `--parent-bootstrap` for merge
This option allows merging multiple bootstraps of upper layer with
the bootstrap of a parent image, so that we can implement container
commit operation for nydus image.
Signed-off-by: Yan Song <imeoer@linux.alibaba.com>