Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(fix proxy error while building docker): #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cooper1025
Copy link

fix proxy while building docker for ubuntu2004:

➜  ubuntu2004 git:(master) make    
docker build -f Dockerfile -t build-in-ubuntu-2204 .
[+] Building 4.3s (2/3)                                                                                                                                                                                                 docker:default
[+] Building 4.5s (2/3)                                                                                                                                                                                                 docker:default
[+] Building 10.1s (3/3) FINISHED                                                                                                                                                                                       docker:default
 => [internal] load build definition from Dockerfile                                                                                                                                                                              0.0s
 => => transferring dockerfile: 32B                                                                                                                                                                                               0.0s
 => [internal] load .dockerignore                                                                                                                                                                                                 0.0s
 => => transferring context: 2B                                                                                                                                                                                                   0.0s
 => ERROR [internal] load metadata for docker.io/library/ubuntu:22.04                                                                                                                                                            10.0s
------
 > [internal] load metadata for docker.io/library/ubuntu:22.04:
------
ERROR: failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to do request: Head "https://d99f6be0.m.daocloud.io/v2/library/ubuntu/manifests/22.04?ns=docker.io": dial tcp: lookup d99f6be0.m.daocloud.io on 127.0.0.53:53: no such host
make: *** [Makefile:2: all] Error 1

@xjia1
Copy link
Contributor

xjia1 commented Dec 16, 2023

Thanks for your patch. Right now docker builds are not officially supported. We are working on a new build and release pipeline from scratch. I will leave this PR open until that is done and we'll see if the issues are resolved.

@xjia1 xjia1 self-assigned this Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants