Gallardot commented on code in PR #2011:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/2011#discussion_r1367277566


##########
Dockerfile:
##########
@@ -31,15 +27,11 @@ RUN if [ "$ENABLE_PROXY" = "true" ] ; then go env -w 
GOPROXY=https://goproxy.cn,
 COPY . .
 RUN --mount=type=cache,target=/root/.cache/go-build make build
 
-FROM centos:centos7
+FROM gcr.io/distroless/static-debian12:debug

Review Comment:
   To enable successful execution of E2E CI, passing the `debug` parameter 
during E2E image build can be done, but the default should be `nonroot`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to