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
30
30
COPY --from=build --chown=nonroot /go/src/alloydb-auth-proxy/alloydb-auth-proxy /alloydb-auth-proxy
31
31
# set the uid as an integer for compatibility with runAsNonRoot in Kubernetes
32
32
USER 65532
33
+ ENTRYPOINT ["/alloydb-db-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
38
38
USER 65532
39
39
40
40
COPY --from=build --chown=nonroot /go/src/alloydb-auth-proxy/alloydb-auth-proxy /alloydb-auth-proxy
41
+ ENTRYPOINT ["/alloydb-db-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
36
36
USER 65532
37
37
38
38
COPY --from=build --chown=nonroot /go/src/alloydb-auth-proxy/alloydb-auth-proxy /alloydb-auth-proxy
39
+ ENTRYPOINT ["/alloydb-db-auth-proxy"]
You can’t perform that action at this time.
0 commit comments