Fix Go and Proxy dependency image SHAs (#117)
The image tags for gcr.io/runconduit/go-deps and gcr.io/runconduit/proxy-deps were not updating to account for all changes in those images. Modify SHA generation to include all files that affect the base dependency images. Also add instructions to README.md for updating hard-coded SHAs in Dockerfile's. Fixes #115 Signed-off-by: Andrew Seigner <andrew@sig.gy>
This commit is contained in:
parent
77dba6f013
commit
cb73e42fab
|
@ -1150,4 +1150,3 @@ dependencies = [
|
|||
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
||||
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
||||
"checksum zip 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "21c4067ff2f91926cb9aef8a8a55f8568b0f2631bb6b827d0fb9770ff5894e43"
|
||||
|
||||
|
|
Loading…
Reference in New Issue