Skip to content

Commit 8199b27

Browse files
committed
Bump base image to almalinux 10 minimal
CrateDB since 5.9.8 requires a glibc >= 2.39 because of OpenDAL The one provided in almalinux:9 is too old (2.34)
1 parent 4311253 commit 8199b27

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
# https://github.com/crate/docker-crate
55
#
66

7-
FROM almalinux:9
7+
FROM almalinux:10-kitten-minimal
88

99
# Install prerequisites and clean up repository indexes again
10-
RUN dnf install --nodocs --assumeyes gzip python3 shadow-utils tar \
11-
&& dnf clean all \
10+
RUN microdnf install --nodocs --assumeyes gzip python3 shadow-utils tar gnupg \
11+
&& microdnf clean all \
1212
&& rm -rf /var/cache/yum
1313

1414
# Install CrateDB

Dockerfile.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# https://github.com/crate/docker-crate
66
#
77

8-
FROM almalinux:9
8+
FROM almalinux:10-kitten-minimal
99

1010
# Install prerequisites and clean up repository indexes again
11-
RUN dnf install --nodocs --assumeyes gzip python3 shadow-utils tar \
12-
&& dnf clean all \
11+
RUN microdnf install --nodocs --assumeyes gzip python3 shadow-utils tar gnupg \
12+
&& microdnf clean all \
1313
&& rm -rf /var/cache/yum
1414

1515
# Install CrateDB

0 commit comments

Comments
 (0)