cloudberry icon indicating copy to clipboard operation
cloudberry copied to clipboard

[Bug]

Open eagle-yw opened this issue 1 year ago • 4 comments

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

eagle-yw avatar Jul 30 '24 08:07 eagle-yw

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

github-actions[bot] avatar Jul 30 '24 08:07 github-actions[bot]

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 avatar Jul 30 '24 08:07 tuhaihe

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 avatar Sep 04 '24 08:09 tuhaihe

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

tuhaihe avatar Oct 14 '24 03:10 tuhaihe