Add support for Fedora 39

Drop support for Fedora 37, EOL 2023-12-05.
This commit is contained in:
Gábor Csárdi 2024-02-22 15:30:00 +01:00
commit c268f65b17

View file

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