mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
7 lines
142 B
Docker
7 lines
142 B
Docker
FROM kubevirt/registry-disk-v1alpha
|
|
|
|
ARG cloud_image
|
|
MAINTAINER "The Kubespray Project" <kubespray@googlegroups.com>
|
|
|
|
COPY $cloud_image /disk
|