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

espino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry-devops-release.git


The following commit(s) were added to refs/heads/main by this push:
     new 5965faa  Add new Cloudberry dependency (#11)
5965faa is described below

commit 5965faabbf15965778ec09bca02960dbc1900a6a
Author: Ed Espino <[email protected]>
AuthorDate: Thu Feb 13 01:28:47 2025 -0800

    Add new Cloudberry dependency (#11)
    
    commit 44a2d28beef3225517804c41b87636ff186da381
    Author: Chen Mulong <[email protected]>
    Date:   Fri Jun 9 09:50:55 2023 +0800
    
        Remove psutil usage from regress tests (#15711)
    
        psutil is not a dependency of plpython, thus we cannot assume it exists
        when running regress test. We are going to use different python versions
        for management utilities and plpython in the future release, and psutil
        won't exist anymore while running regress tests.
    
        - Rewrite teh motion_socket tests with 'lsof', which is a explicit
          dependency of greenplum.
---
 images/docker/cbdb/build/rocky8/Dockerfile | 1 +
 images/docker/cbdb/build/rocky9/Dockerfile | 1 +
 2 files changed, 2 insertions(+)

diff --git a/images/docker/cbdb/build/rocky8/Dockerfile 
b/images/docker/cbdb/build/rocky8/Dockerfile
index 863cb25..cf37389 100644
--- a/images/docker/cbdb/build/rocky8/Dockerfile
+++ b/images/docker/cbdb/build/rocky8/Dockerfile
@@ -100,6 +100,7 @@ RUN dnf makecache && \
         libuuid-devel \
         libxml2-devel \
         libzstd-devel \
+        lsof \
         lz4 \
         lz4-devel \
         make \
diff --git a/images/docker/cbdb/build/rocky9/Dockerfile 
b/images/docker/cbdb/build/rocky9/Dockerfile
index 8410852..fa108b1 100644
--- a/images/docker/cbdb/build/rocky9/Dockerfile
+++ b/images/docker/cbdb/build/rocky9/Dockerfile
@@ -94,6 +94,7 @@ RUN dnf makecache && \
         initscripts \
         iproute \
         less \
+        lsof \
         m4 \
         net-tools \
         openssh-clients \


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

Reply via email to