mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-26 19:35:10 +00:00
4 lines
83 B
Docker
4 lines
83 B
Docker
FROM scratch
|
|
LABEL maintainer="fabio@vmware.com"
|
|
COPY govc /
|
|
ENTRYPOINT [ "/govc" ] |