From a2abcc12e0570f56f9d3bb56ce14128494008275 Mon Sep 17 00:00:00 2001 From: Sabina Hofmann Date: Sun, 12 Nov 2023 10:46:52 +0100 Subject: [PATCH] issue#6394: opa:0.58.0-envoy-rootless run with USER=1000:1000 Signed-off-by: Sabina Hofmann --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e2e13925..3ce8b0623 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ image-quick: image-quick-rootless: sed -e 's/GOARCH/$(GOARCH)/g' Dockerfile > .Dockerfile_$(GOARCH) - docker build -t $(IMAGE):$(VERSION)-rootless --build-arg USER=1000 --build-arg BASE=cgr.dev/chainguard/glibc-dynamic -f .Dockerfile_$(GOARCH) . + docker build -t $(IMAGE):$(VERSION)-rootless --build-arg USER=1000:1000 --build-arg BASE=cgr.dev/chainguard/glibc-dynamic -f .Dockerfile_$(GOARCH) . docker tag $(IMAGE):$(VERSION)-rootless $(IMAGE):$(VERSION_ISTIO)-rootless image-quick-static: