We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
amazonlinux
2023.10.20260202.2
dnf
1 parent 029008e commit 459b8e5Copy full SHA for 459b8e5
1 file changed
docker/amazonlinux23/Dockerfile
@@ -17,14 +17,14 @@
17
# ORC compile for Amazon Linux 2023
18
#
19
20
-FROM amazonlinux:2023.9.20250929.0
+FROM amazonlinux:2023.10.20260202.2
21
LABEL org.opencontainers.image.authors="Apache ORC project <dev@orc.apache.org>"
22
LABEL org.opencontainers.image.licenses="Apache-2.0"
23
LABEL org.opencontainers.image.ref.name="Apache ORC on Amazon Linux 2023"
24
LABEL org.opencontainers.image.version=""
25
26
-RUN yum check-update || true
27
-RUN yum install -y \
+RUN dnf check-update || true
+RUN dnf install -y \
28
curl-devel \
29
cyrus-sasl-devel \
30
expat-devel \
0 commit comments