Explorar o código

Make binary: install all containerd shims to bundles

The containerd.installer was updated to also copy `containerd-shim-runc-v2`,
but `hack/make/binary-daemon` did not copy it to the bundles directory.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn %!s(int64=5) %!d(string=hai) anos
pai
achega
f85bea4ee7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hack/make/binary-daemon

+ 1 - 1
hack/make/binary-daemon

@@ -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"