mirror of
https://github.com/labring/sealos.git
synced 2026-08-30 17:58:09 +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"]
|