This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new 02027fcbd ORC-2104: Update `amazonlinux` with `2023.10.20260202.2` and
use `dnf`
02027fcbd is described below
commit 02027fcbd0b1dbc70ed3eb12d65fc0f8aeea62ec
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Feb 22 19:54:11 2026 -0800
ORC-2104: Update `amazonlinux` with `2023.10.20260202.2` and use `dnf`
### What changes were proposed in this pull request?
This PR aims to update `amazonlinux` with `2023.10.20260202.2` and use
`dnf` instead of `yum`.
### Why are the changes needed?
To use the latest `Amazon Linux` version.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity`
Closes #2546 from dongjoon-hyun/ORC-2104.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
docker/amazonlinux23/Dockerfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docker/amazonlinux23/Dockerfile b/docker/amazonlinux23/Dockerfile
index d0f2bbbd7..ae409f413 100644
--- a/docker/amazonlinux23/Dockerfile
+++ b/docker/amazonlinux23/Dockerfile
@@ -17,14 +17,14 @@
# ORC compile for Amazon Linux 2023
#
-FROM amazonlinux:2023.9.20250929.0
+FROM amazonlinux:2023.10.20260202.2
LABEL org.opencontainers.image.authors="Apache ORC project
<[email protected]>"
LABEL org.opencontainers.image.licenses="Apache-2.0"
LABEL org.opencontainers.image.ref.name="Apache ORC on Amazon Linux 2023"
LABEL org.opencontainers.image.version=""
-RUN yum check-update || true
-RUN yum install -y \
+RUN dnf check-update || true
+RUN dnf install -y \
curl-devel \
cyrus-sasl-devel \
expat-devel \