Temporarily disable CentOS 8 image builds because it's EOL
This commit is contained in:
parent
ac8d54d878
commit
04af27df50
1 changed files with 11 additions and 11 deletions
|
|
@ -78,17 +78,17 @@ services:
|
||||||
image: r-builds:centos-7
|
image: r-builds:centos-7
|
||||||
volumes:
|
volumes:
|
||||||
- ./integration/tmp:/tmp/output
|
- ./integration/tmp:/tmp/output
|
||||||
centos-8:
|
# centos-8:
|
||||||
command: ./build.sh
|
# command: ./build.sh
|
||||||
environment:
|
# environment:
|
||||||
- R_VERSION=${R_VERSION}
|
# - R_VERSION=${R_VERSION}
|
||||||
- LOCAL_STORE=/tmp/output
|
# - LOCAL_STORE=/tmp/output
|
||||||
build:
|
# build:
|
||||||
context: .
|
# context: .
|
||||||
dockerfile: Dockerfile.centos-8
|
# dockerfile: Dockerfile.centos-8
|
||||||
image: r-builds:centos-8
|
# image: r-builds:centos-8
|
||||||
volumes:
|
# volumes:
|
||||||
- ./integration/tmp:/tmp/output
|
# - ./integration/tmp:/tmp/output
|
||||||
opensuse-42:
|
opensuse-42:
|
||||||
command: ./build.sh
|
command: ./build.sh
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue