logo
docker.io/apache/dolphinscheduler-tools:3.4.2
linux/amd64 docker.io 已验证 · apache

Apache DolphinScheduler Tools 镜像

该镜像包含了 Apache DolphinScheduler 的工具,用于构建和运行 DolphinScheduler 应用程序。它包括以下内容: * **DolphinScheduler Server:** 用于管理和执行工作流的服务器。 * **DolphinScheduler Client:** 用于创建、编辑和监控工作流的客户端工具。 * **DolphinScheduler Plugin:** 用于扩展 DolphinScheduler 功能的插件。 您可以使用该镜像来快速部署和使用 DolphinScheduler,无需单独安装各个组件。
10
浏览次数
2.38GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/dolphinscheduler-tools:3.4.2
源镜像
docker.io/apache/dolphinscheduler-tools:3.4.2
镜像ID
sha256:fa138bf14a49b3b45a1221e667662954490265ec642e41970252f760fc179e9d
镜像 TAG
3.4.2
镜像大小
2.38GB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
/bin/bash
工作目录
/opt/dolphinscheduler
OS/平台
linux/amd64
镜像创建
2026-06-04T01:46:38.368836896Z
同步时间
2026-07-30 00:51
浏览量
10 次
贡献者
⚙️ 环境变量 9
KeyValue
PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
JAVA_HOME=/opt/java/openjdk 1
LANG=en_US.UTF-8 2
LANGUAGE=en_US:en 3
LC_ALL=en_US.UTF-8 4
JAVA_VERSION=jdk8u492-b09 5
DOCKER=true 6
TZ=Asia/Shanghai 7
DOLPHINSCHEDULER_HOME=/opt/dolphinscheduler 8
🏷️ 镜像标签 4
KeyValue
2026-04-21T17:23:54.324551+00:00 org.opencontainers.image.created
The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide. org.opencontainers.image.description
ubuntu org.opencontainers.image.title
26.04 org.opencontainers.image.version
🛡️ 镜像安全扫描
ubuntu 26.04 Trivy 2026-07-30 00:51 查看完整报告
102
低危 LOW
517
中危 MEDIUM
334
高危 HIGH
18
严重 CRITICAL
受影响目标 (3)
docker.io/apache/dolphinscheduler-tools:3.4.2 (ubuntu 26.04) ubuntu Java jar usr/bin/pebble gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/dolphinscheduler-tools:3.4.2
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/dolphinscheduler-tools:3.4.2  docker.io/apache/dolphinscheduler-tools:3.4.2

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/dolphinscheduler-tools:3.4.2
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/dolphinscheduler-tools:3.4.2  docker.io/apache/dolphinscheduler-tools:3.4.2

Shell快速替换命令

sed -i 's#apache/dolphinscheduler-tools:3.4.2#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/dolphinscheduler-tools:3.4.2#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-06-04 09:46:38  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/bash"]
                        
# 2026-06-04 09:46:38  1.09GB 执行命令并创建新的镜像层
RUN /bin/sh -c tar -zxvf apache-dolphinscheduler-*-bin.tar.gz --strip-components=1 ;     rm -f apache-dolphinscheduler-*-bin.tar.gz # buildkit
                        
# 2026-06-04 09:46:30  942.07MB 复制新文件或目录到容器中
COPY ./target/apache-dolphinscheduler-*-bin.tar.gz /opt/dolphinscheduler # buildkit
                        
# 2026-06-04 09:46:26  0.00B 设置工作目录为/opt/dolphinscheduler
WORKDIR /opt/dolphinscheduler
                        
# 2026-06-04 09:46:26  41.44MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt update ;     apt install -y sudo ;     rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2026-06-04 09:46:26  0.00B 设置环境变量 DOLPHINSCHEDULER_HOME
ENV DOLPHINSCHEDULER_HOME=/opt/dolphinscheduler
                        
# 2026-06-04 09:46:26  0.00B 设置环境变量 TZ
ENV TZ=Asia/Shanghai
                        
# 2026-06-04 09:46:26  0.00B 设置环境变量 DOCKER
ENV DOCKER=true
                        
# 2026-05-13 05:25:37  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/__cacert_entrypoint.sh"]
                        
# 2026-05-13 05:25:37  6.02KB 复制新文件或目录到容器中
COPY --chmod=755 entrypoint.sh /__cacert_entrypoint.sh # buildkit
                        
# 2026-05-13 05:25:37  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux;     echo "Verifying install ...";     echo "javac -version"; javac -version;     echo "java -version"; java -version;     echo "Complete." # buildkit
                        
# 2026-05-13 05:25:37  152.96MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux;     ARCH="$(dpkg --print-architecture)";     case "${ARCH}" in        amd64)          ESUM='da257f161d7f8c6ca5b0e5d9e4090f65ac28c5e398072e68b8ae87988b1d1a2e';          BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u492-b09/OpenJDK8U-jdk_x64_linux_hotspot_8u492b09.tar.gz';          ;;        arm64)          ESUM='3c2253b986909c20f79d6de7a0cb957f89c243df57615897836046e24d2e5257';          BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u492-b09/OpenJDK8U-jdk_aarch64_linux_hotspot_8u492b09.tar.gz';          ;;        armhf)          ESUM='ac93b4b75d6c0592c83030dbbeeaed46f5fbfccb276cf26c86aab3e49bba090e';          BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u492-b09/OpenJDK8U-jdk_arm_linux_hotspot_8u492b09.tar.gz';          apt-get update;          DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libatomic1;          rm -rf /var/lib/apt/lists/*;          ;;        ppc64el)          ESUM='867e477e0a54159c7b774c55cfb046767120b1de43f705fa775ece74ea39e341';          BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u492-b09/OpenJDK8U-jdk_ppc64le_linux_hotspot_8u492b09.tar.gz';          ;;        *)          echo "Unsupported arch: ${ARCH}";          exit 1;          ;;     esac;     wget --progress=dot:giga -O /tmp/openjdk.tar.gz ${BINARY_URL};     wget --progress=dot:giga -O /tmp/openjdk.tar.gz.sig ${BINARY_URL}.sig;     export GNUPGHOME="$(mktemp -d)";     gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 3B04D753C9050D9A5D343F39843C48A565F8F04B;     gpg --batch --verify /tmp/openjdk.tar.gz.sig /tmp/openjdk.tar.gz;     rm -rf "${GNUPGHOME}" /tmp/openjdk.tar.gz.sig;     echo "${ESUM} */tmp/openjdk.tar.gz" | sha256sum -c -;     mkdir -p "$JAVA_HOME";     tar --extract         --file /tmp/openjdk.tar.gz         --directory "$JAVA_HOME"         --strip-components 1         --no-same-owner     ;     rm -f /tmp/openjdk.tar.gz ${JAVA_HOME}/src.zip;     find "$JAVA_HOME/lib" -name '*.so' -exec dirname '{}' ';' | sort -u > /etc/ld.so.conf.d/docker-openjdk.conf;     ldconfig; # buildkit
                        
# 2026-05-13 05:25:34  0.00B 设置环境变量 JAVA_VERSION
ENV JAVA_VERSION=jdk8u492-b09
                        
# 2026-05-13 05:25:34  52.68MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux;     apt-get update;     DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends         curl         wget         gnupg         fontconfig         ca-certificates p11-kit         tzdata         locales     ;     echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen;     locale-gen en_US.UTF-8;     rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2026-05-13 05:25:34  0.00B 设置环境变量 LANG LANGUAGE LC_ALL
ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
                        
# 2026-05-13 05:25:34  0.00B 设置环境变量 PATH
ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-05-13 05:25:34  0.00B 设置环境变量 JAVA_HOME
ENV JAVA_HOME=/opt/java/openjdk
                        
# 2026-04-22 01:23:54  179.00B 
umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/.temp_layer.control_data.4415.tar
                        
# 2026-04-22 01:23:54  0.00B 
umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-04-21T17:23:54.324551+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical

Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things.
It is the world's most popular operating system across public clouds and OpenStack clouds.
It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale.
Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

                        
# 2026-04-22 01:23:54  0.00B 
umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-04-21T17:23:54.324551+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical

Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things.
It is the world's most popular operating system across public clouds and OpenStack clouds.
It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale.
Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

                        
# 2026-04-22 01:23:54  0.00B 
umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-04-22 01:23:54  0.00B 
umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash
                        
# 2026-04-22 01:23:54  0.00B 
umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd
                        
# 2026-04-22 01:23:53  100.12MB 
umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/.temp_layer.4415.tar --tag 26.04
                        
                    

镜像信息

{
    "Id": "sha256:fa138bf14a49b3b45a1221e667662954490265ec642e41970252f760fc179e9d",
    "RepoTags": [
        "apache/dolphinscheduler-tools:3.4.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/dolphinscheduler-tools:3.4.2"
    ],
    "RepoDigests": [
        "apache/dolphinscheduler-tools@sha256:1cc71370596cb8ed45fe6384b6a59f5589620ec1c017a291cee12e577afa6a53",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/dolphinscheduler-tools@sha256:7c0a3f43044d657c293031d891aa48f2268675ac02a6fa7ab360710ff4278bb4"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-06-04T01:46:38.368836896Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "JAVA_HOME=/opt/java/openjdk",
            "LANG=en_US.UTF-8",
            "LANGUAGE=en_US:en",
            "LC_ALL=en_US.UTF-8",
            "JAVA_VERSION=jdk8u492-b09",
            "DOCKER=true",
            "TZ=Asia/Shanghai",
            "DOLPHINSCHEDULER_HOME=/opt/dolphinscheduler"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/opt/dolphinscheduler",
        "Entrypoint": [
            "/bin/bash"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2026-04-21T17:23:54.324551+00:00",
            "org.opencontainers.image.description": "The Ubuntu container image maintained by Canonical\n\nUbuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things.\nIt is the world's most popular operating system across public clouds and OpenStack clouds.\nIt is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale.\nFast, secure and simple, Ubuntu powers millions of PCs worldwide.\n",
            "org.opencontainers.image.title": "ubuntu",
            "org.opencontainers.image.version": "26.04"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2375204229,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/4d91311d2713bd280873fd808f67c2de7338ace77a999a2d51b8ed9b3314cad3/diff:/var/lib/docker/overlay2/b7bf639e49231353b46df7a5bd3b122d6c89bfc3840be1b709cac787d74dbcba/diff:/var/lib/docker/overlay2/c8671773e4209733a0ed23afdf6dbf18d30aae5cbaa6634c24631524d940d84a/diff:/var/lib/docker/overlay2/281af17a2ba1ec71c3c7af3fcfa0b02e65d3efc485e0194706bdc7184fc20059/diff:/var/lib/docker/overlay2/c2a6a0625033cfff7db721fd811402888f5e1ea94be6a1fcded932a642dd6fe9/diff:/var/lib/docker/overlay2/61807b179a8ec004cc0927d70ea6a05af2c833de2b1ae257bfaf46181298e3c6/diff:/var/lib/docker/overlay2/36305bdf43d0c493070d1f8af6ee56142c923bd78c3ac244715b594c8e84ce6d/diff:/var/lib/docker/overlay2/f1c6e323f5a48c215b4eff688149a15470b6cc7bea335430dbd49f7b03618507/diff:/var/lib/docker/overlay2/92d950df06d436e3adfc4e9b718a19171ac01d597f1b1da71bbef4122a638940/diff",
            "MergedDir": "/var/lib/docker/overlay2/c943a57d964b3ed69bb3cf7b1862753351a63af829cd7d36fc927f8d00d96622/merged",
            "UpperDir": "/var/lib/docker/overlay2/c943a57d964b3ed69bb3cf7b1862753351a63af829cd7d36fc927f8d00d96622/diff",
            "WorkDir": "/var/lib/docker/overlay2/c943a57d964b3ed69bb3cf7b1862753351a63af829cd7d36fc927f8d00d96622/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:0c3db79307ab91dad11fad2b136a2b56df6efeeb567c4c99e6e316b63885c9f6",
            "sha256:f421a7e99ead34566fcb11403f6f38675b53035f39937394893eaf7d87c39f83",
            "sha256:89287363658963ec36327e39d137db977e5676ac1effd80f30b04880080f298d",
            "sha256:3d64c8f8a32a5df2f3dda6993f435c7545b5d5327ae7c3c2527e384be8e50196",
            "sha256:18a7027a2530a1e148bbfc05a6fe45206138b8f817518231103d0eb39f6fb685",
            "sha256:8ca8bcb116f2c6dac50c1f28dad9a624d0a8b16684211e87acd6f4262ed2f371",
            "sha256:c2f1af94e9edb1149e6ffb25daefee4cac184982e4e2288ca2b18869a861dc78",
            "sha256:1ac0d8cc0e6f0403c818abd5456fbed28dce817b3912df5ceadbf8d5501e5fba",
            "sha256:b40e61b8a54a19985df93e196b3fd28cbe1b87978e3acd046e274f2adda7f5c6",
            "sha256:97379b3aaa70eb83e1cc67ace416df621a0ea71ce30138fa43cbcc480b389a0f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-30T00:51:25.850446779+08:00"
    }
}

更多版本

docker.io/apache/dolphinscheduler-tools:3.2.2

linux/amd64 docker.io388.07MB2024-11-13 13:33
653

docker.io/apache/dolphinscheduler-tools:3.1.9

linux/amd64 docker.io263.45MB2025-02-20 09:13
634

docker.io/apache/dolphinscheduler-tools:3.2.1

linux/amd64 docker.io387.51MB2025-04-02 16:43
406

docker.io/apache/dolphinscheduler-tools:3.2.0

linux/amd64 docker.io380.79MB2025-04-02 16:44
415

docker.io/apache/dolphinscheduler-tools:3.2.2

linux/arm64 docker.io377.81MB2025-04-24 22:40
531

docker.io/apache/dolphinscheduler-tools:3.3.1

linux/amd64 docker.io866.65MB2025-09-16 17:19
344

docker.io/apache/dolphinscheduler-tools:3.3.2

linux/amd64 docker.io866.47MB2025-11-02 17:55
377

docker.io/apache/dolphinscheduler-tools:3.4.0

linux/amd64 docker.io872.70MB2026-02-10 21:23
300

docker.io/apache/dolphinscheduler-tools:3.4.1

linux/amd64 docker.io873.80MB2026-04-15 18:41
229

docker.io/apache/dolphinscheduler-tools:3.4.2

linux/amd64 docker.io2.38GB2026-07-30 00:51
9
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×