fedora 20 is EOL remove from rpm builder

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2015-08-21 11:01:18 -07:00
parent eb7b2ed6bb
commit ee1304a35e
2 changed files with 0 additions and 16 deletions

View File

@ -1,15 +0,0 @@
#
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/rpm/generate.sh"!
#
FROM fedora:20
RUN yum install -y @development-tools fedora-packager
RUN yum install -y btrfs-progs-devel device-mapper-devel glibc-static libselinux-devel sqlite-devel tar
ENV GO_VERSION 1.4.2
RUN curl -fSL "https://storage.googleapis.com/golang/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 selinux

View File

@ -12,7 +12,6 @@ parent = "smn_linux"
Docker is supported on the following versions of Fedora:
- Fedora 20
- Fedora 21
- Fedora 22