This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new be1018a664d [docker](fix) Add openssl and CA dependency to the base
image (#35950)
be1018a664d is described below
commit be1018a664de24076ca350dd6ed8ef947fad9f8b
Author: catpineapple <[email protected]>
AuthorDate: Fri Jun 14 09:28:46 2024 +0800
[docker](fix) Add openssl and CA dependency to the base image (#35950)
Add openssl and CA dependency to the base image for Access an
SSL-certified Kafka cluster
---
docker/runtime/base-image/Dockerfile_base | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/runtime/base-image/Dockerfile_base
b/docker/runtime/base-image/Dockerfile_base
index 140e56c4445..d589a28946d 100644
--- a/docker/runtime/base-image/Dockerfile_base
+++ b/docker/runtime/base-image/Dockerfile_base
@@ -32,7 +32,7 @@ RUN sed -i -e 's/^APT/# APT/' -e 's/^DPkg/# DPkg/'
/etc/apt/apt.conf.d/docker-cl
curl wget less vim htop iproute2 numactl jq iotop sysstat \
tcpdump iputils-ping dnsutils strace lsof blktrace tzdata \
bpfcc-tools linux-headers-realtime linux-tools-realtime silversearcher-ag \
- net-tools && apt-get clean && rm -rf /var/lib/apt/lists/* && mkdir -p
/usr/lib/jvm/ && \
+ net-tools ca-certificates openssl && apt-get clean && rm -rf
/var/lib/apt/lists/* && mkdir -p /usr/lib/jvm/ && \
if echo $TARGETARCH | grep 'arm64' >>/dev/null ; then \
wget -c
http://selectdb-doris-1308700295.cos.ap-beijing.myqcloud.com/toolkit/jdk/bisheng-jdk-17.0.10-linux-aarch64.tar.gz
-O - | tar -xz -C /usr/lib/jvm/ && mv /usr/lib/jvm/bisheng-jdk-17.0.10/
/usr/lib/jvm/jdk-17 && \
wget -c
http://selectdb-doris-1308700295.cos.ap-beijing.myqcloud.com/toolkit/jdk/bisheng-jdk-8u352-linux-aarch64.tar.gz
-O - | tar -xz -C /usr/lib/jvm/ && mv /usr/lib/jvm/bisheng-jdk1.8.0_352/
/usr/lib/jvm/jdk-8; \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]