We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 442a9cf + 7ec57f7 commit 4cd3c7bCopy full SHA for 4cd3c7b
deploy/iso/minikube-iso/package/containerd-bin/containerd-bin.mk
@@ -40,6 +40,12 @@ define CONTAINERD_BIN_INSTALL_TARGET_CMDS
40
$(INSTALL) -Dm755 \
41
$(@D)/bin/containerd-shim \
42
$(TARGET_DIR)/usr/bin
43
+ $(INSTALL) -Dm755 \
44
+ $(@D)/bin/containerd-shim-runc-v1 \
45
+ $(TARGET_DIR)/usr/bin
46
47
+ $(@D)/bin/containerd-shim-runc-v2 \
48
49
50
$(@D)/bin/ctr \
51
0 commit comments