|
@@ -14,7 +14,7 @@ copy_binaries() {
|
|
return
|
|
return
|
|
fi
|
|
fi
|
|
echo "Copying nested executables into $dir"
|
|
echo "Copying nested executables into $dir"
|
|
- for file in containerd containerd-shim ctr runc docker-init docker-proxy rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh; do
|
|
|
|
|
|
+ for file in containerd containerd-shim containerd-shim-runc-v2 ctr runc docker-init docker-proxy rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh; do
|
|
cp -f "$(command -v "$file")" "$dir/"
|
|
cp -f "$(command -v "$file")" "$dir/"
|
|
if [ "$hash" = "hash" ]; then
|
|
if [ "$hash" = "hash" ]; then
|
|
hash_files "$dir/$file"
|
|
hash_files "$dir/$file"
|