mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-23 05:56:02 -03:30
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
|