Merge pull request #133 from stefanha/rootfs-fedora-28

rootfs-fedora: bump Fedora release to 28
This commit is contained in:
James O. D. Hunt 2018-08-22 16:44:23 +01:00 committed by GitHub
commit d3c99be063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ From fedora:@OS_VERSION@
@SET_PROXY@ @SET_PROXY@
RUN dnf -y update && dnf install -y git redhat-release systemd pkgconfig gcc coreutils RUN dnf -y update && dnf install -y git redhat-release systemd pkgconfig gcc make
# This will install the proper golang to build Kata components # This will install the proper golang to build Kata components
@INSTALL_GO@ @INSTALL_GO@

View File

@ -5,7 +5,7 @@
OS_NAME="Fedora" OS_NAME="Fedora"
OS_VERSION=${OS_VERSION:-27} OS_VERSION=${OS_VERSION:-28}
MIRROR_LIST="https://mirrors.fedoraproject.org/metalink?repo=fedora-${OS_VERSION}&arch=\$basearch" MIRROR_LIST="https://mirrors.fedoraproject.org/metalink?repo=fedora-${OS_VERSION}&arch=\$basearch"