add support for sles15sp5
This commit is contained in:
parent
9fe1725620
commit
db1f2a22c7
1 changed files with 142 additions and 3 deletions
|
|
@ -95,6 +95,18 @@ services:
|
|||
image: r-builds:rhel-9
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
opensuse-155:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
- R_VERSION=${R_VERSION}
|
||||
- R_INSTALL_PATH=${R_INSTALL_PATH}
|
||||
- LOCAL_STORE=/tmp/output
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.opensuse-155
|
||||
image: r-builds:opensuse-155
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
opensuse-154:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
|
|
@ -130,4 +142,4 @@ services:
|
|||
dockerfile: Dockerfile.fedora-38
|
||||
image: r-builds:fedora-38
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
- ./integration/tmp:/tmp/output
|
||||
|
|
|
|||
Loading…
Reference in a new issue