Commit 7822605
committed
fix(router): add verification of downloaded nginx archive on build
When building the router docker image, the archive is downloaded over
an insecure connection. This commit adds a SHA256 checksum verification.
The checkum can be generated by person updating the scipt, after
manually verifying their own downloaded nginx archive via provided
PGP signature (http://nginx.org/download/$VERSION_NGINX.tar.gz.asc).1 parent 59ff8d2 commit 7822605
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
0 commit comments