Skip to content

Commit 4cd3c7b

Browse files
authored
Merge pull request #9928 from afbjorklund/containerd-shim
Add missing helper binaries for containerd-shim
2 parents 442a9cf + 7ec57f7 commit 4cd3c7b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deploy/iso/minikube-iso/package/containerd-bin/containerd-bin.mk

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ define CONTAINERD_BIN_INSTALL_TARGET_CMDS
4040
$(INSTALL) -Dm755 \
4141
$(@D)/bin/containerd-shim \
4242
$(TARGET_DIR)/usr/bin
43+
$(INSTALL) -Dm755 \
44+
$(@D)/bin/containerd-shim-runc-v1 \
45+
$(TARGET_DIR)/usr/bin
46+
$(INSTALL) -Dm755 \
47+
$(@D)/bin/containerd-shim-runc-v2 \
48+
$(TARGET_DIR)/usr/bin
4349
$(INSTALL) -Dm755 \
4450
$(@D)/bin/ctr \
4551
$(TARGET_DIR)/usr/bin

0 commit comments

Comments
 (0)