Skip to content

Commit

Permalink
issue#6394: opa:0.58.0-envoy-rootless run with USER=1000:1000
Browse files Browse the repository at this point in the history
Signed-off-by: Sabina Hofmann <info@sabina-hofmann.de>
  • Loading branch information
Sabina Hofmann authored and ashutosh-narkar committed Nov 13, 2023
1 parent 2392367 commit 6fca383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6fca383

Please sign in to comment.