Skip to content

Commit

Permalink
fix fedora cloud download command
Browse files Browse the repository at this point in the history
Signed-off-by: David Vossel <[email protected]>
  • Loading branch information
davidvossel committed Jan 26, 2018
1 parent 10b1cfd commit 4ee62b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/fedora-cloud-registry-disk-demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ FROM kubevirt/registry-disk-v1alpha
MAINTAINER "The KubeVirt Project" <[email protected]>

# Add fedora cloud disk image
RUN curl -g -L https://download.fedoraproject.org/pub/fedora/linux/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.qcow2 < /disk/fedora.qcow2
RUN curl -g -L https://download.fedoraproject.org/pub/fedora/linux/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.qcow2 > /disk/fedora.qcow2

0 comments on commit 4ee62b2

Please sign in to comment.