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

Commit 74be86f

Browse files
committed
add rootlesskit-docker-proxy
For moby/moby#38913 Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp> Upstream-commit: 348476b Component: packaging
1 parent d61a437 commit 74be86f

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
@@ -33,7 +33,7 @@ static-linux: static-cli static-engine ## create tgz with linux x86_64 client an
3333

3434
# extra binaries for running rootless
3535
mkdir -p build/linux/docker-rootless-extras
36-
for f in rootlesskit dockerd-rootless.sh vpnkit; do \
36+
for f in rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh vpnkit; do \
3737
if [ -f $(ENGINE_DIR)/bundles/binary-daemon/$$f ]; then \
3838
cp -L $(ENGINE_DIR)/bundles/binary-daemon/$$f build/linux/docker-rootless-extras/$$f; \
3939
fi \

0 commit comments

Comments
 (0)