Bug#1023865: docker.io: docker build breaks breaks host network

2022-11-13 Thread Shengjing Zhu
On Mon, Nov 14, 2022 at 03:35:26PM +0800, Shengjing Zhu wrote: > Control: retitle -1 connman should ignore veth interface > > On Mon, Nov 14, 2022 at 03:16:46AM +0800, ChangZhuo Chen (陳昌倬) wrote: > > Control: reassign -1 connman > > Control: tags - moreinfo unreproducible > > > > The problem is f

Bug#1023865: docker.io: docker build breaks breaks host network

2022-11-13 Thread Shengjing Zhu
Control: retitle -1 connman should ignore veth interface On Mon, Nov 14, 2022 at 03:16:46AM +0800, ChangZhuo Chen (陳昌倬) wrote: > Control: reassign -1 connman > Control: tags - moreinfo unreproducible > > The problem is fixed by removing connman. connman seem to wrongly assign > IP address to brid

Bug#1023865: docker.io: docker build breaks breaks host network

2022-11-13 Thread 陳昌倬
Control: reassign -1 connman Control: tags - moreinfo unreproducible The problem is fixed by removing connman. connman seem to wrongly assign IP address to bridge port interface (e.g. veth??), and this causes problem in host network. This issue is similar to [0]. [0] https://unix.stackexchan

Bug#1023865: docker.io: docker build breaks breaks host network

2022-11-11 Thread Shengjing Zhu
Control: tags + moreinfo unreproducible On Sat, Nov 12, 2022 at 1:15 AM ChangZhuo Chen 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` usele

Bug#1023865: docker.io: docker build breaks breaks host network

2022-11-11 Thread 陳昌倬
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://