mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Added info about user to subgid
This commit is contained in:
1
Makefile
1
Makefile
@@ -202,6 +202,7 @@ $(MYDOCKERBIN)/docker:
|
|||||||
apt -y update && apt -y upgrade
|
apt -y update && apt -y upgrade
|
||||||
apt-get install -y uidmap
|
apt-get install -y uidmap
|
||||||
echo "root:100000:65536" >> /etc/subuid
|
echo "root:100000:65536" >> /etc/subuid
|
||||||
|
echo "root:100000:65536" >> /etc/subgid
|
||||||
curl -fsSL https://raw.githubusercontent.com/docker/docker-install/3d1b8a8/rootless-install.sh | SKIP_IPTABLES=1 FORCE_ROOTLESS_INSTALL=1 sh
|
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
|
.PHONY: test-unit-kustomize-api
|
||||||
|
|||||||
Reference in New Issue
Block a user