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

Commit 64f815a

Browse files
Merge component 'packaging' from git@github.com:docker/docker-ce-packaging 19.03
2 parents 770cfb0 + 1000f40 commit 64f815a

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)