mirror of
https://github.com/labring/sealos.git
synced 2026-08-30 17:58:09 +08:00
c577eb9890
Signed-off-by: Mercurio <signormercurio@gmail.com>
9 lines
156 B
Docker
9 lines
156 B
Docker
FROM gcr.io/distroless/static:nonroot
|
|
ARG TARGETARCH
|
|
|
|
WORKDIR /
|
|
USER 65532:65532
|
|
|
|
COPY bin/controller-terminal-$TARGETARCH /manager
|
|
ENTRYPOINT ["/manager"]
|