diff --git a/Makefile b/Makefile index a9a0c427a..f2adb6b4c 100644 --- a/Makefile +++ b/Makefile @@ -201,6 +201,7 @@ $(MYDOCKERBIN)/docker: cat /etc/os-release apt -y update && apt -y upgrade apt-get install -y uidmap + echo "root:100000:65536" >> /etc/subuid curl -fsSL https://raw.githubusercontent.com/docker/docker-install/3d1b8a8/rootless-install.sh | SKIP_IPTABLES=1 FORCE_ROOTLESS_INSTALL=1 sh .PHONY: test-unit-kustomize-api