Add support for Fedora 39
Drop support for Fedora 37, EOL 2023-12-05.
This commit is contained in:
parent
401bbd29c3
commit
c268f65b17
1 changed files with 23 additions and 23 deletions
|
|
@ -119,18 +119,6 @@ services:
|
|||
image: r-builds:opensuse-154
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
fedora-37:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
- R_VERSION=${R_VERSION}
|
||||
- R_INSTALL_PATH=${R_INSTALL_PATH}
|
||||
- LOCAL_STORE=/tmp/output
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.fedora-37
|
||||
image: r-builds:fedora-37
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
fedora-38:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
|
|
@ -143,3 +131,15 @@ services:
|
|||
image: r-builds:fedora-38
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
fedora-39:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
- R_VERSION=${R_VERSION}
|
||||
- R_INSTALL_PATH=${R_INSTALL_PATH}
|
||||
- LOCAL_STORE=/tmp/output
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.fedora-39
|
||||
image: r-builds:fedora-39
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
|
|
|
|||
Loading…
Reference in a new issue