File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,4 @@ FROM gcr.io/distroless/static:nonroot
3030COPY --from=build --chown=nonroot /go/src/alloydb-auth-proxy/alloydb-auth-proxy /alloydb-auth-proxy
3131# set the uid as an integer for compatibility with runAsNonRoot in Kubernetes
3232USER 65532
33+ ENTRYPOINT ["/alloydb-auth-proxy" ]
Original file line number Diff line number Diff line change @@ -38,3 +38,4 @@ RUN addgroup -g 65532 -S nonroot && adduser -u 65532 -S nonroot -G nonroot
3838USER 65532
3939
4040COPY --from=build --chown=nonroot /go/src/alloydb-auth-proxy/alloydb-auth-proxy /alloydb-auth-proxy
41+ ENTRYPOINT ["/alloydb-auth-proxy"]
Original file line number Diff line number Diff line change @@ -36,3 +36,4 @@ RUN groupadd -g 65532 -r nonroot && useradd -u 65532 -g 65532 -r nonroot
3636USER 65532
3737
3838COPY --from=build --chown=nonroot /go/src/alloydb-auth-proxy/alloydb-auth-proxy /alloydb-auth-proxy
39+ ENTRYPOINT ["/alloydb-auth-proxy"]
You can’t perform that action at this time.
0 commit comments