mirror of
https://github.com/labring/sealos.git
synced 2026-09-21 05:44:43 +08:00
* feature(main): add controllers,webhooks,services ci Signed-off-by: cuisongliu <cuisongliu@qq.com>
9 lines
154 B
Docker
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"]
|