mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 16:42:51 +00:00
Added flag to skip iptables
This commit is contained in:
2
Makefile
2
Makefile
@@ -198,7 +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:
|
||||
curl -fsSL https://raw.githubusercontent.com/docker/docker-install/3d1b8a8/rootless-install.sh | 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
|
||||
test-unit-kustomize-api: build-kustomize-api $(MYDOCKERBIN)/docker
|
||||
|
||||
Reference in New Issue
Block a user