Use Rocky Linux 8 in place of CentOS 8

This commit is contained in:
Greg Lin 2022-02-07 16:53:59 -06:00
commit ab11f64d61
2 changed files with 15 additions and 14 deletions

View file

@ -1,4 +1,4 @@
FROM centos:centos8
FROM rockylinux:8
ENV OS_IDENTIFIER centos-8

View file

@ -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: