Skip to content

Commit 02027fc

Browse files
committed
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 <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 0c66d74 commit 02027fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/amazonlinux23/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
# ORC compile for Amazon Linux 2023
1818
#
1919

20-
FROM amazonlinux:2023.9.20250929.0
20+
FROM amazonlinux:2023.10.20260202.2
2121
LABEL org.opencontainers.image.authors="Apache ORC project <dev@orc.apache.org>"
2222
LABEL org.opencontainers.image.licenses="Apache-2.0"
2323
LABEL org.opencontainers.image.ref.name="Apache ORC on Amazon Linux 2023"
2424
LABEL org.opencontainers.image.version=""
2525

26-
RUN yum check-update || true
27-
RUN yum install -y \
26+
RUN dnf check-update || true
27+
RUN dnf install -y \
2828
curl-devel \
2929
cyrus-sasl-devel \
3030
expat-devel \

0 commit comments

Comments
 (0)