From 04af27df50b15cf23c31eb0b89879b19e383eee9 Mon Sep 17 00:00:00 2001 From: Greg Lin Date: Fri, 4 Feb 2022 12:43:14 -0600 Subject: [PATCH] Temporarily disable CentOS 8 image builds because it's EOL --- builder/docker-compose.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/builder/docker-compose.yml b/builder/docker-compose.yml index 4b77fe5..59906d2 100644 --- a/builder/docker-compose.yml +++ b/builder/docker-compose.yml @@ -78,17 +78,17 @@ services: image: r-builds:centos-7 volumes: - ./integration/tmp:/tmp/output - centos-8: - command: ./build.sh - environment: - - R_VERSION=${R_VERSION} - - LOCAL_STORE=/tmp/output - build: - context: . - dockerfile: Dockerfile.centos-8 - image: r-builds:centos-8 - volumes: - - ./integration/tmp:/tmp/output + # centos-8: + # command: ./build.sh + # environment: + # - R_VERSION=${R_VERSION} + # - LOCAL_STORE=/tmp/output + # build: + # context: . + # dockerfile: Dockerfile.centos-8 + # image: r-builds:centos-8 + # volumes: + # - ./integration/tmp:/tmp/output opensuse-42: command: ./build.sh environment: