This is an automated email from the ASF dual-hosted git repository.
tuhaihe pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/main by this push:
new b4783dbd91f DevOps: add libicu-devel to Rocky Linux build images
b4783dbd91f is described below
commit b4783dbd91fa7aa94be96a99da00e4703e891eed
Author: Dianjin Wang <[email protected]>
AuthorDate: Tue May 12 10:53:34 2026 +0800
DevOps: add libicu-devel to Rocky Linux build images
Add libicu-devel package to Rocky Linux 8, 9, and 10 Dockerfiles
to provide ICU (International Components for Unicode) library
support required for PostgreSQL 16 kernel compilation.
This dependency is already present in Ubuntu 22.04 and Ubuntu 24.04
development images, ensuring consistency across all supported build
platforms for PostgreSQL 16 compilation requirements.
---
devops/deploy/docker/build/rocky10/Dockerfile | 1 +
devops/deploy/docker/build/rocky8/Dockerfile | 1 +
devops/deploy/docker/build/rocky9/Dockerfile | 1 +
3 files changed, 3 insertions(+)
diff --git a/devops/deploy/docker/build/rocky10/Dockerfile
b/devops/deploy/docker/build/rocky10/Dockerfile
index 609ac695312..3ab40229020 100644
--- a/devops/deploy/docker/build/rocky10/Dockerfile
+++ b/devops/deploy/docker/build/rocky10/Dockerfile
@@ -118,6 +118,7 @@ RUN dnf makecache && \
krb5-devel \
libcurl-devel \
libevent-devel \
+ libicu-devel \
libxml2-devel \
libuuid-devel \
libzstd-devel \
diff --git a/devops/deploy/docker/build/rocky8/Dockerfile
b/devops/deploy/docker/build/rocky8/Dockerfile
index 96d2c41cb00..eed55e4b171 100644
--- a/devops/deploy/docker/build/rocky8/Dockerfile
+++ b/devops/deploy/docker/build/rocky8/Dockerfile
@@ -99,6 +99,7 @@ RUN dnf makecache && \
krb5-devel \
libcurl-devel \
libevent-devel \
+ libicu-devel \
libssh2-devel \
libuuid-devel \
libxml2-devel \
diff --git a/devops/deploy/docker/build/rocky9/Dockerfile
b/devops/deploy/docker/build/rocky9/Dockerfile
index e99637f2e93..592d9b2e10a 100644
--- a/devops/deploy/docker/build/rocky9/Dockerfile
+++ b/devops/deploy/docker/build/rocky9/Dockerfile
@@ -120,6 +120,7 @@ RUN dnf makecache && \
libcurl-devel \
libssh2-devel \
libevent-devel \
+ libicu-devel \
libxml2-devel \
libuuid-devel \
libzstd-devel \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]