This is an automated email from the ASF dual-hosted git repository.

djwang 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 176e5c42463 CI: Add rpm-build and rpmdevtools to Rocky8 image
176e5c42463 is described below

commit 176e5c42463f762efc7bddf2649d5c2926a797e9
Author: Dianjin Wang <[email protected]>
AuthorDate: Wed Jan 7 10:43:02 2026 +0800

    CI: Add rpm-build and rpmdevtools to Rocky8 image
    
    Install rpm-build and rpmdevtools in the Rocky 8 build image, which can
    be used to build RPM package in the future Rocky 8 scheduled CI
    workflow.
---
 devops/deploy/docker/build/rocky8/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devops/deploy/docker/build/rocky8/Dockerfile 
b/devops/deploy/docker/build/rocky8/Dockerfile
index 320a36081e3..45d6706e593 100644
--- a/devops/deploy/docker/build/rocky8/Dockerfile
+++ b/devops/deploy/docker/build/rocky8/Dockerfile
@@ -131,6 +131,8 @@ RUN dnf makecache && \
         util-linux-ng \
         wget \
         which \
+        rpm-build \
+        rpmdevtools \
         zlib-devel && \
     dnf install -y -d0 --enablerepo=devel \
         liburing-devel \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to