mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #14746 from jfrazelle/remove-rhel-centos-6-rpm
remove centos/rhel 6 from rpm builder
This commit is contained in:
commit
46cbfcb168
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
#
|
|
||||||
# THIS FILE IS AUTOGENERATED; SEE "contrib/builder/rpm/generate.sh"!
|
|
||||||
#
|
|
||||||
|
|
||||||
FROM centos:6
|
|
||||||
|
|
||||||
RUN yum groupinstall -y "Development Tools"
|
|
||||||
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 exclude_graphdriver_btrfs
|
|
Loading…
Reference in a new issue