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