It can be seen from the Docker-compose file that the application contains three services, namely aspnetcore, smartkg, and ui. When I execute "sudo docker-compose build --build-arg DOCKER_HOST=${docker_host_ip}" , there always report errors about smartkg as follows,
=> ERROR [smartkg internal] load metadata for docker.io/library/aspnetcore:latest 48.0s
failed to solve: DeadlineExceeded: DeadlineExceeded: DeadlineExceeded: aspnetcore: failed to do request: Head "https://registry.docker-cn.com/v2/library/aspnetcore/manifests/latest?ns=docker.io": dial tcp 106.14.52.175:443: i/o timeout
It seems that the image 'docker.io/library/aspnetcore:latest' can not be accessed,
Can you help me fix this issue?
It can be seen from the Docker-compose file that the application contains three services, namely aspnetcore, smartkg, and ui. When I execute "sudo docker-compose build --build-arg DOCKER_HOST=${docker_host_ip}" , there always report errors about smartkg as follows,
=> ERROR [smartkg internal] load metadata for docker.io/library/aspnetcore:latest 48.0s
failed to solve: DeadlineExceeded: DeadlineExceeded: DeadlineExceeded: aspnetcore: failed to do request: Head "https://registry.docker-cn.com/v2/library/aspnetcore/manifests/latest?ns=docker.io": dial tcp 106.14.52.175:443: i/o timeout
It seems that the image 'docker.io/library/aspnetcore:latest' can not be accessed,
Can you help me fix this issue?