Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 1000f40

Browse files
Merge pull request #504 from hakman/containerd-shim-runc-v2
[19.03 backport] static: add containerd-shim-runc-v2 Upstream-commit: fe470afee9281bb63dbb3515c632de632ba4b696 Component: packaging
2 parents 7ded1b5 + caae6f9 commit 1000f40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/packaging/static/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ static: static-linux cross-mac cross-win cross-arm ## create all static packages
2525
static-linux: static-cli static-engine ## create tgz with linux x86_64 client and server
2626
mkdir -p build/linux/docker
2727
cp $(CLI_DIR)/build/docker build/linux/docker/
28-
for f in dockerd containerd ctr containerd-shim docker-init docker-proxy runc; do \
28+
for f in dockerd containerd ctr containerd-shim containerd-shim-runc-v2 docker-init docker-proxy runc; do \
2929
cp -L $(ENGINE_DIR)/bundles/binary-daemon/$$f build/linux/docker/$$f; \
3030
done
3131
tar -C build/linux -c -z -f build/linux/docker-$(STATIC_VERSION).tgz docker

0 commit comments

Comments
 (0)