Skip to content

Commit

Permalink
Bump all Dockerfiles to fedora 27 and set libvirt version
Browse files Browse the repository at this point in the history
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
rmohr committed Jan 11, 2018
1 parent d44c02b commit 1dc3b85
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cmd/virt-controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Copyright 2017 Red Hat, Inc.
#

FROM fedora:26
FROM fedora:27

MAINTAINER "The KubeVirt Project" <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion cmd/virt-dhcp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Copyright 2017 Red Hat, Inc.
#

FROM fedora:26
FROM fedora:27

MAINTAINER "The KubeVirt Project" <[email protected]>

Expand Down
6 changes: 4 additions & 2 deletions cmd/virt-handler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/virt-launcher/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Copyright 2017 Red Hat, Inc.
#

FROM fedora:26
FROM fedora:27

MAINTAINER "The KubeVirt Project" <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion cmd/virt-migrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Copyright 2017 Red Hat, Inc.
#

FROM fedora:26
FROM fedora:27

MAINTAINER "The KubeVirt Project" <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion images/iscsi-demo-target-tgtd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Copyright 2017 Red Hat, Inc.
#

FROM fedora:26
FROM fedora:27

MAINTAINER "The KubeVirt Project" <[email protected]>
ENV container docker
Expand Down
2 changes: 1 addition & 1 deletion images/libvirt-kubevirt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion images/vm-killer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Copyright 2017 Red Hat, Inc.
#

FROM fedora:26
FROM fedora:27

MAINTAINER "The KubeVirt Project" <[email protected]>
ENV container docker
Expand Down

0 comments on commit 1dc3b85

Please sign in to comment.