mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
Add image builder to create Docker vm's for kube-virt
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM kubevirt/registry-disk-v1alpha
|
||||
|
||||
ARG cloud_image
|
||||
MAINTAINER "The Kubespray Project" <kubespray@googlegroups.com>
|
||||
|
||||
COPY $cloud_image /disk
|
||||
Reference in New Issue
Block a user