forked from kubevirt/kubevirt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump all Dockerfiles to fedora 27 and set libvirt version
Make sure that all Dockerfiles use a consistent version of libvirt-devel and libvirt-client and align the version with our latest kubevirt/libvirt release.
- Loading branch information
Showing
8 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
# Copyright 2017 Red Hat, Inc. | ||
# | ||
|
||
FROM fedora:26 | ||
FROM fedora:27 | ||
|
||
MAINTAINER "The KubeVirt Project" <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
# Copyright 2017 Red Hat, Inc. | ||
# | ||
|
||
FROM fedora:26 | ||
FROM fedora:27 | ||
|
||
MAINTAINER "The KubeVirt Project" <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,11 +16,13 @@ | |
# Copyright 2017 Red Hat, Inc. | ||
# | ||
|
||
FROM fedora:26 | ||
FROM fedora:27 | ||
|
||
MAINTAINER "The KubeVirt Project" <[email protected]> | ||
|
||
RUN dnf -y install libvirt-client genisoimage && \ | ||
ENV LIBVIRT_VERSION 3.7.0 | ||
|
||
RUN dnf -y install libvirt-client-${LIBVIRT_VERSION} genisoimage && \ | ||
groupadd --gid 107 qemu && \ | ||
useradd --uid 107 --gid 107 qemu && \ | ||
dnf -y clean all | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
# Copyright 2017 Red Hat, Inc. | ||
# | ||
|
||
FROM fedora:26 | ||
FROM fedora:27 | ||
|
||
MAINTAINER "The KubeVirt Project" <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
# Copyright 2017 Red Hat, Inc. | ||
# | ||
|
||
FROM fedora:26 | ||
FROM fedora:27 | ||
|
||
MAINTAINER "The KubeVirt Project" <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
# Copyright 2017 Red Hat, Inc. | ||
# | ||
|
||
FROM fedora:26 | ||
FROM fedora:27 | ||
|
||
MAINTAINER "The KubeVirt Project" <[email protected]> | ||
ENV container docker | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
# Copyright 2017 Red Hat, Inc. | ||
# | ||
|
||
FROM kubevirt/libvirt | ||
FROM kubevirt/libvirt:3.7.0 | ||
|
||
MAINTAINER "The KubeVirt Project" <[email protected]> | ||
ENV container docker | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
# Copyright 2017 Red Hat, Inc. | ||
# | ||
|
||
FROM fedora:26 | ||
FROM fedora:27 | ||
|
||
MAINTAINER "The KubeVirt Project" <[email protected]> | ||
ENV container docker | ||
|