Skip to content

Commit

Permalink
Update base images to Fedora 28
Browse files Browse the repository at this point in the history
Previously Fedora 27 was the base image.
After this patch the freslhy released Fedora 28 will be used as a
base image.

Resolves kubevirt#1117

Signed-off-by: Fabian Deutsch <[email protected]>
  • Loading branch information
fabiand authored and Artyom Lukianov committed Jul 15, 2018
1 parent ea6e19e commit 191665c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cmd/subresource-access-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Copyright 2018 Red Hat, Inc.
#

FROM fedora:27
FROM fedora:28

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

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

FROM fedora:27
FROM fedora:28

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

Expand Down
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:27
FROM fedora:28

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

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

FROM fedora:27
FROM fedora:28

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

Expand Down
2 changes: 1 addition & 1 deletion hack/docker-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:27
FROM fedora:28

ENV LIBVIRT_VERSION 3.7.0

Expand Down
2 changes: 1 addition & 1 deletion images/disks-images-provider/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Copyright 2018 Red Hat, Inc.
#

FROM fedora:27
FROM fedora:28

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:27
FROM fedora:28

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

FROM fedora:27
FROM fedora:28

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

0 comments on commit 191665c

Please sign in to comment.