Commit be5e50c
committed
The base ubuntu:20.04 image does not have the necessary CA certificates to verify the SSL certificate of the internal mirror mirror.bazel.build via HTTPS. Even though the sed
command replaced http://archive.ubuntu.com with http://mirror.bazel.build, the apt configuration or the mirror itself was likely redirecting to HTTPS, which then failed.
I have updated buildscripts/grpc-java-artifacts/Dockerfile.multiarch.base to ensure it uses HTTP for the mirror.1 parent d629d99 commit be5e50c
1 file changed
Lines changed: 7 additions & 3 deletions
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 | | |
3 | 7 | | |
4 | 8 | | |
| |||
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
12 | | - | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
20 | | - | |
| |||
0 commit comments