apache / cloudberry

Cloudberry Database - Open source alternative to Greenplum Database. Created by the original Greenplum developers.
https://cloudberrydb.org/
Apache License 2.0
403 stars 100 forks source link

[Bug] #542

Open eagle-yw opened 3 months ago

eagle-yw commented 3 months ago

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?

Code of Conduct

github-actions[bot] commented 3 months ago

Hey, @eagle-yw welcome!🎊 Thanks for taking the time to point this out.🙌

tuhaihe commented 3 months ago

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.

tuhaihe commented 2 months ago

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...

tuhaihe commented 1 month ago

Could you take a look at this? @Zhangbaowen-Hashdata