LouisLiuNova opened a new issue, #17964: URL: https://github.com/apache/dolphinscheduler/issues/17964
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened I wanna deploy this project on my WSL2 Ubuntu to evaluate by following the instructions in the [official doc](https://dolphinscheduler.apache.org/zh-cn/docs/3.4.0/guide/start/docker). However, the 404 error appeared while building the system. I found that the image `bitnami/zookeeper` has no available tag and I confirmed this by visiting the image repo page https://hub.docker.com/r/bitnami/zookeeper/tags. I wonder how to resolve it. ### What you expected to happen Build and run the service using the Docker Compose file. ### How to reproduce - OS: Ubuntu 24.04noble on Windows11, WSL2 - Docker version below: ``` Client: Version: 29.1.3 API version: 1.52 Go version: go1.25.5 Git commit: f52814d Built: Fri Dec 12 14:48:47 2025 OS/Arch: linux/amd64 Context: default Server: Docker Desktop 4.57.0 (215387) Engine: Version: 29.1.3 API version: 1.52 (minimum version 1.44) Go version: go1.25.5 Git commit: fbf3ed2 Built: Fri Dec 12 14:49:51 2025 OS/Arch: linux/amd64 Experimental: false containerd: Version: v2.2.1 GitCommit: dea7da592f5d1d2b7755e3a161be07f43fad8f75 runc: Version: 1.3.4 GitCommit: v1.3.4-0-gd6d73eb8 docker-init: Version: 0.19.0 GitCommit: de40ad0 ``` How to reproduce: ```shell wget https://dlcdn.apache.org/dolphinscheduler/3.4.0/apache-dolphinscheduler-3.4.0-src.tar.gz tar -zxf apache-dolphinscheduler-3.4.0-src.tar.gz cd apache-dolphinscheduler-3.4.0-src/ cd deploy/docker/ docker-compose --profile all up -d ``` It shows: ``` [+] up 6/6 ! Image apache/dolphinscheduler-worker:3.4.0 Interrupted 3.0s ! Image apache/dolphinscheduler-api:3.4.0 Interrupted 3.0s ! Image apache/dolphinscheduler-alert-server:3.4.0 Interrupted 3.0s ! Image apache/dolphinscheduler-master:3.4.0 Interrupted 3.0s ! Image bitnami/postgresql:15.2.0 Interrupted 3.0s ✘ Image bitnami/zookeeper:3.8.0 Error failed to res... 3.0s Error response from daemon: failed to resolve reference "docker.io/bitnami/zookeeper:3.8.0": docker.io/bitnami/zookeeper:3.8.0: not found ``` Why is the version of zookeeper is 3.8.0? I modified `cocker-compose.yaml` manually but I believe it does not affect cause there is no tag in the [official registry](https://hub.docker.com/r/bitnami/zookeeper/tags) ### Anything else _No response_ ### Version 3.4.0 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
