Skip to content

Commit

Permalink
apacheGH-40011: [CI] Update Fedora to 39 from 38
Browse files Browse the repository at this point in the history
Fedora 39 is the latest release and Fedora 38 will reach EOL on
2024-05-14.
  • Loading branch information
kou committed Feb 9, 2024
1 parent f9a88e5 commit 18b5045
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ULIMIT_CORE=-1
ALMALINUX=8
ALPINE_LINUX=3.16
DEBIAN=11
FEDORA=38
FEDORA=39
UBUNTU=20.04

# Default versions for various dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

ARG arch
FROM ${arch}/fedora:38
FROM ${arch}/fedora:39
ARG arch

# install dependencies
Expand Down
8 changes: 4 additions & 4 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1104,12 +1104,12 @@ tasks:
image: debian-cpp
{% endfor %}

test-fedora-38-cpp:
test-fedora-39-cpp:
ci: github
template: docker-tests/github.linux.yml
params:
env:
FEDORA: 38
FEDORA: 39
image: fedora-cpp

{% for cpp_standard in [20] %}
Expand Down Expand Up @@ -1217,12 +1217,12 @@ tasks:
UBUNTU: 22.04
image: ubuntu-python

test-fedora-38-python-3:
test-fedora-39-python-3:
ci: azure
template: docker-tests/azure.linux.yml
params:
env:
FEDORA: 38
FEDORA: 39
image: fedora-python

test-r-linux-valgrind:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ services:
# docker-compose run --rm fedora-cpp
# Parameters:
# ARCH: amd64, arm64v8, ...
# FEDORA: 38
# FEDORA: 39
image: ${REPO}:${ARCH}-fedora-${FEDORA}-cpp
build:
context: .
Expand Down Expand Up @@ -959,7 +959,7 @@ services:
# docker-compose run --rm fedora-python
# Parameters:
# ARCH: amd64, arm64v8, ...
# FEDORA: 38
# FEDORA: 39
image: ${REPO}:${ARCH}-fedora-${FEDORA}-python-3
build:
context: .
Expand Down

0 comments on commit 18b5045

Please sign in to comment.