Skip to content

Commit 5cdd2ff

Browse files
author
王平10304955
committed
Add libssh2-devel package for gpfdist SFTP
protocol gpfdist, Cloudberry's parallel file distribution program, traditionally required data files to be co-located with the gpfdist process. This limitation made it cumbersome to load data from remote servers, often requiring an extra data transfer step. This commit addresses the issue of gpfdist logs continuously growing and occupying a large amount of disk space in a persistent working scenario. libssh2-devel is introduced as a dependency package for the new feature in the PR apache#1226.
1 parent 468b1e6 commit 5cdd2ff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

devops/deploy/docker/build/rocky8/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ RUN dnf makecache && \
132132
zlib-devel && \
133133
dnf install -y -d0 --enablerepo=devel \
134134
libuv-devel \
135+
libssh2-devel \
135136
libyaml-devel \
136137
perl-IPC-Run \
137138
protobuf-devel && \

devops/deploy/docker/build/rocky9/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ RUN dnf makecache && \
135135
zlib-devel && \
136136
dnf install -y --enablerepo=crb \
137137
libuv-devel \
138+
libssh2-devel \
138139
libyaml-devel \
139140
perl-IPC-Run \
140141
protobuf-devel && \

0 commit comments

Comments
 (0)