mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
c4f1cb7791
This is a temporary version for building Fedora 25. Fedora 25 will be released during code-freeze, and is currently in beta, so no official images are available yet. Current release date is scheduled for 2016-11-15 https://fedoraproject.org/wiki/Releases/25/Schedule Once released, the image will be updated for GA Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
18 lines
651 B
Docker
18 lines
651 B
Docker
#
|
|
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/rpm/amd64/generate.sh"!
|
|
#
|
|
|
|
FROM andrewh5u/fedora-docker-base-25_beta:1.1
|
|
|
|
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
|
|
|
|
ENV GO_VERSION 1.7.3
|
|
RUN curl -fSL "https://golang.org/dl/go${GO_VERSION}.linux-amd64.tar.gz" | tar xzC /usr/local
|
|
ENV PATH $PATH:/usr/local/go/bin
|
|
|
|
ENV AUTO_GOPATH 1
|
|
|
|
ENV DOCKER_BUILDTAGS pkcs11 seccomp selinux
|
|
ENV RUNC_BUILDTAGS seccomp selinux
|
|
|