mirror of
https://github.com/labring/sealos.git
synced 2026-09-01 15:38:06 +08:00
9 lines
116 B
Plaintext
9 lines
116 B
Plaintext
FROM scratch
|
|
|
|
USER 65532:65532
|
|
|
|
COPY registry registry
|
|
COPY manifests manifests
|
|
|
|
CMD ["kubectl apply -f manifests"]
|