File tree 2 files changed +2
-2
lines changed
script/integration/containerd
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ if [ "${BUILTIN_SNAPSHOTTER}" != "true" ] ; then
304
304
ctr-remote i pull --user " ${DUMMYUSER} :${DUMMYPASS} " " ${REGISTRY_HOST} /ubuntu:22.04"
305
305
CID=$( ctr-remote i ipfs-push " ${REGISTRY_HOST} /ubuntu:22.04" )
306
306
reboot_containerd
307
- run_and_check_remote_snapshots ctr-remote i rpull --containerd-labels --ipfs " ${CID} "
307
+ run_and_check_remote_snapshots ctr-remote i rpull --use- containerd-labels --ipfs " ${CID} "
308
308
copy_out_dir " ${CID} " " /usr" " ${USR_STARGZSN_CTD_IPFS} " " stargz"
309
309
310
310
# overlayfs snapshotter
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ func sourceFromCRILabels(hosts source.RegistryHosts) source.GetSources {
104
104
{
105
105
Hosts : hosts ,
106
106
Name : refspec ,
107
- Target : ocispec. Descriptor { Digest : target } ,
107
+ Target : targetDesc ,
108
108
Manifest : ocispec.Manifest {Layers : append ([]ocispec.Descriptor {targetDesc }, neighboringLayers ... )},
109
109
},
110
110
}, nil
You can’t perform that action at this time.
0 commit comments