Control: tags + moreinfo unreproducible On Sat, Nov 12, 2022 at 1:15 AM ChangZhuo Chen <czc...@debian.org> wrote: > > Package: docker.io > Version: 20.10.19+dfsg1-1 > Severity: normal > > Hi, > > When using `docker build`, my host network, and container network are > both down. This problem make `docker build` useless since it cannot > download necessary artifacts to build image anymore. The problematic > docker file is > https://github.com/apache/flink-docker/blob/master/1.16/scala_2.12-java11-ubuntu/Dockerfile. > However, other Dockerfile can also reprocedure the issue. > > The problem might be caused by additinoal routing table record added by > docker. The following is normal `route` output: >
`docker build` uses the default docker network(usually the docker0 bridge). It won't do anything to the routing table during `docker build`. You must have some other configurations for the host network or your docker setup. -- Shengjing Zhu