Commit 4d72687
committed
CI: pin Docker daemon DNS before building base image
The base-image build fails inside the daemon's default bridge network
with 'Could not resolve archive.ubuntu.com', causing apt-get to skip
every package. Configure /etc/docker/daemon.json with public resolvers
(8.8.8.8, 1.1.1.1) and restart the daemon so the build container can
reach Ubuntu mirrors.1 parent 0775eb2 commit 4d72687
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
74 | 88 | | |
75 | 89 | | |
76 | 90 | | |
| |||
0 commit comments