mantouzz opened a new issue, #17902:
URL: https://github.com/apache/dolphinscheduler/issues/17902

   ### 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
   
   **Describe the bug** In the current version of DolphinScheduler, the Docker 
deployment configuration uses an outdated PostgreSQL image. Specifically, the 
image bitnami/postgresql:15.2.0 in /deploy/docker/docker-compose.yml seems to 
be removed or inaccessible from the registry, causing docker-compose up to fail 
with a timeout or "not found" error.
   
   **To Reproduce** Steps to reproduce the behavior:
   1. Go to the deploy/docker directory.
   2. Run docker-compose up -d.
   3. See error: _Error response from daemon: Get 
"https://registry-1.docker.io/v2/": net/http: request canceled while waiting 
for connection._
   
   **Expected behavior** The docker-compose.yml should use a maintained and 
accessible version of the PostgreSQL image (e.g., a newer minor version like 
15.7.0 or a stable major version tag) to ensure a smooth deployment experience.
   
   **Screenshots** 
   
   <img width="1217" height="270" alt="Image" 
src="https://github.com/user-attachments/assets/3647313b-421e-48dd-9cdd-52062421e58d";
 />
   
   <img width="693" height="664" alt="Image" 
src="https://github.com/user-attachments/assets/9578be53-9927-4cfd-bd89-28a0563f7c35";
 />
   
   **Environment:**
   - Deployment Method: Docker-compose
   - File Path: /deploy/docker/docker-compose.yml
   
   ### What you expected to happen
   
   1. Tag Stability: The Docker deployment should use a more stable or floating 
tag (e.g., bitnami/postgresql:15) to ensure the image remains available even 
after minor patch updates.
   
   2. Smooth Deployment: Running docker-compose up -d should be able to pull 
all images successfully without "manifest not found" or connection timeouts 
caused by trying to access deprecated/removed image layers.
   
   3. Documentation Update: If specific versions are required for 
compatibility, the docker-compose.yml should be updated to the latest verified 
stable patch (e.g., 15.7.0 or higher) that is currently active on Docker Hub.
   
   ### How to reproduce
   
   1. Go to the deploy/docker directory.
   2. Run docker-compose up -d.
   3. See error: _Error response from daemon: Get 
"https://registry-1.docker.io/v2/": net/http: request canceled while waiting 
for connection._
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   3.4.0
   
   ### Are you willing to submit PR?
   
   - [x] 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]

Reply via email to