Skip to content

Commit

Permalink
Merge pull request kubevirt#1827 from ILpinto/update_fedora_image_to_f29
Browse files Browse the repository at this point in the history
Update fedora cloud image to f29
  • Loading branch information
slintes authored Dec 13, 2018
2 parents b10082b + 5614b64 commit a6efe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/fedora-cloud-container-disk-demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ FROM kubevirt/container-disk-v1alpha
LABEL 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/29/Cloud/x86_64/images/Fedora-Cloud-Base-29-1.2.x86_64.qcow2 > /disk/fedora.qcow2

0 comments on commit a6efe42

Please sign in to comment.