Files
sealos/webhooks/whitelist/Dockerfile
T
cuisongliu 5d56df905e feature(main): add controllers,webhooks,services ci (#1984)
* feature(main): add controllers,webhooks,services ci

Signed-off-by: cuisongliu <cuisongliu@qq.com>
2022-10-30 11:23:13 +08:00

9 lines
154 B
Docker

FROM gcr.io/distroless/static:nonroot
ARG TARGETARCH
WORKDIR /
USER 65532:65532
COPY bin/webhook-whitelist-$TARGETARCH /manager
ENTRYPOINT ["/manager"]