mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
8 lines
171 B
Docker
8 lines
171 B
Docker
FROM kubevirt/registry-disk-v1alpha
|
|
|
|
ARG cloud_image
|
|
|
|
LABEL org.opencontainers.image.authors="The Kubespray Project <kubespray@googlegroups.com>"
|
|
|
|
COPY $cloud_image /disk
|