[Bug]
Cloudberry Database version
version: main branch I tried to build it in the docker image specified by the documentation using the main branch, but I encountered an error.
What happened
Unable to pull the specified development image
bash docker_start.sh
Error response from daemon: Get "http://docker.artifactory.hashdata.xyz/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Unable to find image 'docker.artifactory.hashdata.xyz/docker/cbdb:devel-devtoolset-10-cbdb-docker-ubuntu-2019-20230313' locally
docker: Error response from daemon: Get "http://docker.artifactory.hashdata.xyz/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).
See 'docker run --help'.
What you think should happen instead
The compilation may fail, but at least the image should be pulled.
How to reproduce
Run the command "bash docker_start.sh " to find it.
Operating System
Arch Linux
Anything else
I noticed #445, the 'docker_start.sh' file is not validated.
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.
Hey, @eagle-yw welcome!🎊 Thanks for taking the time to point this out.🙌
Hi @eagle-yw , https://github.com/cloudberrydb/cloudberrydb/blob/a5d00de0dff668fb8cf625aaa992f74da5508417/deploy/docker/docker_start.sh#L9 the URL cannot be accessed by the developer in public. We need to change it to a public image url.
Hi @edespino could you help update the dockerfiles here: https://github.com/cloudberrydb/cloudberrydb/tree/main/deploy/docker? So that the developers can build Cloudberry in the docker. The original files are too old...
Could you take a look at this? @Zhangbaowen-Hashdata