From af1280ea43c13a58dad5edf38c1cbba7b8adf8c6 Mon Sep 17 00:00:00 2001 From: Alexey Odinokov Date: Mon, 15 Jun 2020 07:32:58 +0000 Subject: [PATCH] Install uidmap before docker --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5d081ee21..49cb4b3fc 100644 --- a/Makefile +++ b/Makefile @@ -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