Install uidmap before docker

This commit is contained in:
Alexey Odinokov
2020-06-15 07:32:58 +00:00
parent 0dd191c0f6
commit af1280ea43

View File

@@ -198,6 +198,7 @@ build-kustomize-api: $(builtinplugins)
# Using the approach from https://docs.docker.com/engine/security/rootless/#install
# pinning docker 19.03.11
$(MYDOCKERBIN)/docker:
apt-get install -y uidmap
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