Use official fedora 25 image
Fedora 25 was released today, and the official
image will be available soon.
This removes the temporary override, so that
we can build using the official image.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 545a2f009e
)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
parent
44fe761b35
commit
f531a8f06b
2 changed files with 1 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/rpm/amd64/generate.sh"!
|
||||
#
|
||||
|
||||
FROM andrewh5u/fedora-docker-base-25_beta:1.1
|
||||
FROM fedora:25
|
||||
|
||||
RUN dnf install -y @development-tools fedora-packager
|
||||
RUN dnf install -y btrfs-progs-devel device-mapper-devel glibc-static libseccomp-devel libselinux-devel libtool-ltdl-devel pkgconfig selinux-policy selinux-policy-devel sqlite-devel systemd-devel tar git cmake vim-common
|
||||
|
|
|
@ -23,11 +23,6 @@ for version in "${versions[@]}"; do
|
|||
from="${distro}:${suite}"
|
||||
installer=yum
|
||||
|
||||
# TODO remove when offical image is available
|
||||
if [[ "$from" == "fedora:25" ]]; then
|
||||
from="andrewh5u/fedora-docker-base-25_beta:1.1"
|
||||
fi
|
||||
|
||||
if [[ "$distro" == "fedora" ]]; then
|
||||
installer=dnf
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue