Discontinue CentOS 6 builds for EOL

This only stops the builds. Existing binaries will continue to be
hosted, and the quick install script continues to support CentOS 6.
This commit is contained in:
Greg Lin 2020-12-02 16:37:15 -06:00
commit c0ee373540

View file

@ -56,17 +56,6 @@ services:
image: r-builds:debian-10
volumes:
- ./integration/tmp:/tmp/output
centos-6:
command: ./build.sh
environment:
- R_VERSION=${R_VERSION}
- LOCAL_STORE=/tmp/output
build:
context: .
dockerfile: Dockerfile.centos-6
image: r-builds:centos-6
volumes:
- ./integration/tmp:/tmp/output
centos-7:
command: ./build.sh
environment: