docker.io/apache/doris:be-3.0.8 linux/amd64

docker.io/apache/doris:be-3.0.8 - 国内下载镜像源 浏览次数:16 安全受验证的发布者-apache
Apache Doris 是一个分布式列存储数据库,旨在解决大规模数据分析和处理的问题。以下是这个镜像的描述:

镜像名称:docker.io/apache/doris

镜像描述: Apache Doris 是一个分布式列存储数据库,旨在解决大规模数据分析和处理的问题。

源镜像 docker.io/apache/doris:be-3.0.8
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/doris:be-3.0.8
镜像ID sha256:1bba7dd221845781253cb90aa94bfa0e38cc0f901e6274a905a70156504747e5
镜像TAG be-3.0.8
大小 6.75GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 bash entry_point.sh
工作目录 /opt/apache-doris
OS/平台 linux/amd64
浏览量 16 次
贡献者
镜像创建 2025-10-01T09:26:33.762758747Z
同步时间 2026-03-18 01:42
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java/bin:/opt/apache-doris/be/bin JAVA_HOME=/usr/lib/jvm/java
镜像标签
ubuntu: org.opencontainers.image.ref.name 22.04: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/doris:be-3.0.8
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/doris:be-3.0.8  docker.io/apache/doris:be-3.0.8

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/doris:be-3.0.8
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/doris:be-3.0.8  docker.io/apache/doris:be-3.0.8

Shell快速替换命令

sed -i 's#apache/doris:be-3.0.8#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/doris:be-3.0.8#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/doris:be-3.0.8 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/doris:be-3.0.8  docker.io/apache/doris:be-3.0.8'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/doris:be-3.0.8 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/doris:be-3.0.8  docker.io/apache/doris:be-3.0.8'

镜像构建历史


# 2025-10-01 17:26:33  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["bash" "entry_point.sh"]
                        
# 2025-10-01 17:26:33  0.00B 设置工作目录为/opt/apache-doris
WORKDIR /opt/apache-doris
                        
# 2025-10-01 17:26:33  5.82KB 复制新文件或目录到容器中
COPY resource/init_be.sh /usr/local/bin/ # buildkit
                        
# 2025-10-01 17:26:33  7.47KB 复制新文件或目录到容器中
COPY resource/entry_point.sh /usr/local/bin/ # buildkit
                        
# 2025-10-01 17:26:33  42.08KB 复制新文件或目录到容器中
COPY resource/be_*.sh /opt/apache-doris/ # buildkit
                        
# 2025-10-01 17:26:33  5.46GB 复制新文件或目录到容器中
COPY resource/amd64/apache-doris-3.0.8-bin-*/be /opt/apache-doris/be # buildkit
                        
# 2025-10-01 17:23:36  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java/bin:/opt/apache-doris/be/bin
                        
# 2025-10-01 17:23:36  0.00B 设置环境变量 JAVA_HOME
ENV JAVA_HOME=/usr/lib/jvm/java
                        
# 2025-10-01 17:23:36  19.00B 执行命令并创建新的镜像层
RUN |2 TARGETARCH=amd64 DORIS_VERSION=3.0.8 /bin/sh -c if echo $DORIS_VERSION | grep -E '^([3-9]|([1-9]([0-9])))|^branch\-([3-9]|([1-9]([0-9])))|master.*' >>/dev/null ; then         ln -s /usr/lib/jvm/jdk-17 /usr/lib/jvm/java &&         rm -rf /usr/lib/jvm/jdk-8;     else         ln -s /usr/lib/jvm/jdk-8 /usr/lib/jvm/java &&         rm -rf /usr/lib/jvm/jdk-17;     fi; # buildkit
                        
# 2025-10-01 17:23:36  0.00B 定义构建参数
ARG DORIS_VERSION=3.0.8
                        
# 2025-10-01 17:23:36  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2025-09-09 19:10:12  0.00B 设置工作目录为/opt/apache-doris
WORKDIR /opt/apache-doris
                        
# 2025-09-09 19:10:12  11.09MB 复制新文件或目录到容器中
COPY /dorisctl /opt/apache-doris/ # buildkit
                        
# 2025-09-09 19:10:12  53.33MB 复制新文件或目录到容器中
COPY /doris-debug /opt/apache-doris/ # buildkit
                        
# 2025-09-09 19:10:11  1.15GB 执行命令并创建新的镜像层
RUN |1 TARGETARCH=amd64 /bin/sh -c sed -i -e 's/^APT/# APT/' -e 's/^DPkg/# DPkg/' /etc/apt/apt.conf.d/docker-clean &&     apt-get update -y &&  DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends     patchelf gdb binutils binutils-common mysql-client iperf3     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     google-perftools libperl-dev python2-dev     net-tools ca-certificates openssl && apt-get clean && rm -rf /var/lib/apt/lists/* && mkdir -p /usr/lib/jvm/ &&     ln -sf /usr/lib/linux-tools/`ls /usr/lib/linux-tools/`/perf /usr/bin/perf &&    ln -s /usr/bin/google-pprof /usr/bin/pprof &&     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;     else         wget -c http://selectdb-doris-1308700295.cos.ap-beijing.myqcloud.com/toolkit/jdk/openjdk-17.0.2_linux-x64_bin.tar.gz  -O - | tar -xz -C /usr/lib/jvm/ && mv /usr/lib/jvm/jdk-17.0.2/ /usr/lib/jvm/jdk-17 &&         wget -c http://selectdb-doris-1308700295.cos.ap-beijing.myqcloud.com/toolkit/jdk/openjdk-8u352-b08-linux-x64.tar.gz  -O - | tar -xz -C /usr/lib/jvm/ && mv /usr/lib/jvm/openjdk-8u352-b08-linux-x64/ /usr/lib/jvm/jdk-8;     fi; # buildkit
                        
# 2025-09-09 19:10:11  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2025-08-20 01:17:10  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-08-20 01:17:10  77.87MB 
/bin/sh -c #(nop) ADD file:9303cc1f788d2a9a8f909b154339f7c637b2a53c75c0e7f3da62eb1fefe371b1 in / 
                        
# 2025-08-20 01:17:08  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=22.04
                        
# 2025-08-20 01:17:08  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-08-20 01:17:08  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-08-20 01:17:08  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:1bba7dd221845781253cb90aa94bfa0e38cc0f901e6274a905a70156504747e5",
    "RepoTags": [
        "apache/doris:be-3.0.8",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/doris:be-3.0.8"
    ],
    "RepoDigests": [
        "apache/doris@sha256:a337e2b17a65c86c22a1205467a825d46dc3380c94ba8024e53eea033641f12e",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/doris@sha256:b9fe70dba23dd517b437da4a5e0fcca37b052280913e3e89e1c25daf61a10b61"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-10-01T09:26:33.762758747Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java/bin:/opt/apache-doris/be/bin",
            "JAVA_HOME=/usr/lib/jvm/java"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/opt/apache-doris",
        "Entrypoint": [
            "bash",
            "entry_point.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.version": "22.04"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 6753273378,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d474c6c60935224a4986ef14d54cd047be9d53925ec782f87f5fe27424335bc5/diff:/var/lib/docker/overlay2/dda66279240a6a26875365bf8b36504a0888a38152ab3984a84c0c692f13f2e1/diff:/var/lib/docker/overlay2/aca0cdeb627dd501ebb63b3c7e1d21b4dff294d72c1197995273be032a2b498a/diff:/var/lib/docker/overlay2/26e78d4239bc72a9fce89290845554bd49d2c71e58e45c5a801641cffd0ad816/diff:/var/lib/docker/overlay2/75430071f08e5f5b82cdf166d56ef0bdbd175ca0b7555964bc8ff2d99540627d/diff:/var/lib/docker/overlay2/bf0630f03cb139c1bbf3df660307a11ee5eda5136379c1fae43b25144e074f5f/diff:/var/lib/docker/overlay2/365b447e138ba8b113adcc59db766391c04f040590ad430efe8f95ced9a42530/diff:/var/lib/docker/overlay2/a4152b07afb32ba9b6108c2c976dcecb3af61bc93837a15609dc07325ce68685/diff:/var/lib/docker/overlay2/78ca3c7dc25dd5cf4e68c5194bfb877779ee969dbe42122f3e037855b3d36fc3/diff:/var/lib/docker/overlay2/8f412c4d09ea9c94a4a1223d4ee704372d48f156433f4fbf696ec453e55e8a23/diff",
            "MergedDir": "/var/lib/docker/overlay2/6c55407b9423c51f0949029f43a97c05eb167809ca4c27f89a9b068211086638/merged",
            "UpperDir": "/var/lib/docker/overlay2/6c55407b9423c51f0949029f43a97c05eb167809ca4c27f89a9b068211086638/diff",
            "WorkDir": "/var/lib/docker/overlay2/6c55407b9423c51f0949029f43a97c05eb167809ca4c27f89a9b068211086638/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:dc6eb6dad5f9e332f00af553440e857b1467db1be43dd910cdb6830ba0898d50",
            "sha256:37a56c2632b45cb588cd9e5364bae11b303b83cdcb0c1d4c1abbc43931cf0b16",
            "sha256:83c77b01e9282bab176b5e01c084392737366463887ffb6cb1e00f35f18573ec",
            "sha256:c8f5313139af6d87b784a1d187d1ce3a9d46e0f596754fac8518b2c37f119679",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:2ad195b7300cb6515aed0ff498c0757cb1ddf650912a2ceaf4b9870a44078590",
            "sha256:ed178c2c11ee970c220076e43683924e86596240d2c4c780702e3b618208ab7e",
            "sha256:9cc019ce258685a53b2ff78c5fa1073da248c059943493a1fcc06f2616aeb5c2",
            "sha256:96f64723d2ee971a88365c23ed7d378ae6f1759b442644182b5f0df5421a0303",
            "sha256:11662810e1a22a9aee7f6758cb0b7a6c493dd55143f041f4c797ffa9da56fb1b",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-18T01:34:55.044475508+08:00"
    }
}

更多版本

docker.io/apache/doris:1.2.1-fe-x86_64

linux/amd64 docker.io1.16GB2024-09-04 18:04
492

docker.io/apache/doris:1.2.1-be-x86_64

linux/amd64 docker.io4.04GB2024-09-04 18:09
522

docker.io/apache/doris:1.2.2-fe-x86_64

linux/amd64 docker.io1.06GB2024-09-05 11:15
615

docker.io/apache/doris:1.2.2-be-x86_64

linux/amd64 docker.io4.22GB2024-09-05 11:20
697

docker.io/apache/doris:1.2.2-be-x86_64-noavx2

linux/amd64 docker.io4.20GB2024-09-05 11:24
615

docker.io/apache/doris:build-env-ldb-toolchain-latest

linux/amd64 docker.io3.58GB2024-11-10 13:58
830

docker.io/apache/doris:doris-all-in-one-2.1.0

linux/amd64 docker.io7.09GB2024-11-10 14:13
1131

docker.io/apache/doris:2.0.0_alpha-fe-x86_64

linux/amd64 docker.io1.35GB2024-11-10 14:17
442

docker.io/apache/doris:2.0.0_alpha-be-x86_64

linux/amd64 docker.io5.50GB2024-11-10 14:25
464

docker.io/apache/doris:build-env-for-2.0

linux/amd64 docker.io3.44GB2024-11-11 17:31
693

docker.io/apache/doris:doris-fe-2.1.7

linux/amd64 docker.io1.99GB2024-12-18 16:59
754

docker.io/apache/doris:doris-be-2.1.7

linux/amd64 docker.io5.44GB2024-12-18 17:02
688

docker.io/apache/doris:fe-3.0.3

linux/amd64 docker.io2.24GB2025-02-08 14:55
520

docker.io/apache/doris:be-3.0.3

linux/amd64 docker.io6.06GB2025-02-09 00:40
817

docker.io/apache/doris:operator-25.3.0

linux/amd64 docker.io75.33MB2025-04-02 15:26
493

docker.io/apache/doris:broker-3.0.4

linux/amd64 docker.io1.78GB2025-04-02 15:31
341

docker.io/apache/doris:fe-3.0.4

linux/amd64 docker.io2.23GB2025-04-02 15:37
506

docker.io/apache/doris:ms-3.0.4

linux/amd64 docker.io1.53GB2025-04-02 15:39
479

docker.io/apache/doris:be-3.0.4

linux/amd64 docker.io6.39GB2025-04-03 03:13
531

docker.io/apache/doris:fe-3.0.4

linux/arm64 docker.io2.24GB2025-04-21 20:36
746

docker.io/apache/doris:be-3.0.4

linux/arm64 docker.io6.62GB2025-04-22 00:52
425

docker.io/apache/doris:fe-ubuntu-2.1.7

linux/amd64 docker.io1.99GB2025-05-20 14:44
289

docker.io/apache/doris:be-ubuntu-2.1.7

linux/amd64 docker.io5.44GB2025-05-20 14:52
346

docker.io/apache/doris:operator-25.5.1

linux/amd64 docker.io75.37MB2025-06-07 15:50
379

docker.io/apache/doris:operator-25.5.1

linux/arm64 docker.io73.68MB2025-06-07 15:52
241

docker.io/apache/doris:fe-3.0.6.1

linux/amd64 docker.io2.37GB2025-07-15 12:11
405

docker.io/apache/doris:be-2.1.7

linux/amd64 docker.io5.44GB2025-07-15 18:13
355

docker.io/apache/doris:fe-2.1.7

linux/amd64 docker.io1.99GB2025-07-15 18:19
335

docker.io/apache/doris:be-3.0.6.1

linux/amd64 docker.io6.73GB2025-07-16 01:35
241

docker.io/apache/doris:fe-2.1.10

linux/amd64 docker.io2.09GB2025-07-17 09:58
339

docker.io/apache/doris:be-2.1.10

linux/amd64 docker.io5.73GB2025-07-17 10:31
441

docker.io/apache/doris:fe-2.1.9

linux/amd64 docker.io1.99GB2025-09-02 01:50
413

docker.io/apache/doris:fe-2.1.8

linux/amd64 docker.io1.99GB2025-09-05 10:36
305

docker.io/apache/doris:be-2.1.8

linux/amd64 docker.io5.50GB2025-09-05 10:43
332

docker.io/apache/doris:build-env-for-2.0-no-avx2

linux/amd64 docker.io3.43GB2025-09-08 18:23
352

docker.io/apache/doris:be-2.1.9

linux/amd64 docker.io5.53GB2025-09-25 15:33
228

docker.io/apache/doris:fe-3.1.1

linux/amd64 docker.io2.26GB2025-11-19 20:20
218

docker.io/apache/doris:fe-3.1.1

linux/arm64 docker.io2.24GB2025-11-19 20:29
171

docker.io/apache/doris:be-3.1.1

linux/amd64 docker.io6.85GB2025-11-20 00:25
214

docker.io/apache/doris:be-3.1.1

linux/arm64 docker.io6.89GB2025-11-20 00:40
294

docker.io/apache/doris:fe-2.1.8.1

linux/amd64 docker.io1.99GB2025-12-03 10:14
150

docker.io/apache/doris:be-2.1.8.1

linux/amd64 docker.io5.50GB2025-12-03 10:22
164

docker.io/apache/doris:fe-2.1.11

linux/amd64 docker.io2.10GB2025-12-08 10:46
170

docker.io/apache/doris:be-2.1.11

linux/amd64 docker.io5.75GB2025-12-08 10:52
162

docker.io/apache/doris:operator-latest

linux/amd64 docker.io75.42MB2025-12-08 18:40
220

docker.io/apache/doris:fe-4.0.1

linux/amd64 docker.io2.19GB2025-12-08 20:12
205

docker.io/apache/doris:be-4.0.1

linux/amd64 docker.io5.51GB2025-12-09 00:13
200

docker.io/apache/doris:fe-3.1.0

linux/amd64 docker.io2.26GB2025-12-16 20:27
181

docker.io/apache/doris:be-3.1.0

linux/amd64 docker.io6.85GB2025-12-17 01:53
182

docker.io/apache/doris:fe-4.0.2

linux/amd64 docker.io2.13GB2025-12-26 21:51
245

docker.io/apache/doris:be-4.0.2

linux/amd64 docker.io5.29GB2025-12-27 01:22
237

docker.io/apache/doris:fe-3.1.3

linux/amd64 docker.io2.17GB2026-01-22 12:10
116

docker.io/apache/doris:ms-4.0.2

linux/amd64 docker.io1.51GB2026-01-22 23:16
134

docker.io/apache/doris:be-3.1.3

linux/amd64 docker.io6.51GB2026-01-23 02:43
123

docker.io/apache/doris:operator-25.8.0

linux/amd64 docker.io75.45MB2026-02-15 21:55
84

docker.io/apache/doris:operator-25.8.0

linux/arm64 docker.io73.72MB2026-02-15 21:57
70

docker.io/apache/doris:base-6.0

linux/arm64 docker.io1.29GB2026-03-01 09:28
55

docker.io/apache/doris:ms-4.0.2

linux/arm64 docker.io1.94GB2026-03-01 09:31
49

docker.io/apache/doris:be-3.1.4

linux/arm64 docker.io5.97GB2026-03-07 02:47
53

docker.io/apache/doris:4.0.3-all-slim

linux/amd64 docker.io2.04GB2026-03-13 08:32
44

docker.io/apache/doris:fe-4.0.3-slim

linux/amd64 docker.io1.60GB2026-03-13 08:43
43

docker.io/apache/doris:be-4.0.3-slim

linux/amd64 docker.io2.26GB2026-03-13 08:50
46

docker.io/apache/doris:fe-3.1.4

linux/amd64 docker.io2.13GB2026-03-17 16:18
21

docker.io/apache/doris:broker-3.1.4

linux/amd64 docker.io1.91GB2026-03-17 16:32
20

docker.io/apache/doris:ms-3.1.4

linux/amd64 docker.io1.51GB2026-03-17 16:34
19

docker.io/apache/doris:fe-3.0.8

linux/amd64 docker.io2.38GB2026-03-17 16:47
22

docker.io/apache/doris:broker-3.0.8

linux/amd64 docker.io1.92GB2026-03-17 16:54
20

docker.io/apache/doris:ms-3.0.8

linux/amd64 docker.io1.67GB2026-03-17 16:56
18

docker.io/apache/doris:be-3.1.4

linux/amd64 docker.io5.93GB2026-03-18 01:24
13

docker.io/apache/doris:be-3.0.8

linux/amd64 docker.io6.75GB2026-03-18 01:42
15