update release docs with build.sh SHA requirements (#7185)
This commit is contained in:
parent
7c6b694e72
commit
9a9d7f70c7
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
|||
1. [nginx](https://github.com/kubernetes/ingress-nginx/tree/master/images/nginx)
|
||||
1. [NGINX](https://github.com/kubernetes/ingress-nginx/tree/master/images/nginx)
|
||||
|
||||
* Open pull request
|
||||
|
||||
If you are updating any component in [build.sh](images/nginx/rootfs/build.sh) please also update the SHA256 checksum of that component as
|
||||
well, the cloud build will fail with an exit 10 if not.
|
||||
Example [NGINX_VERSION](images/nginx/rootfs/build.sh#L21),
|
||||
[SHA256](images/nginx/rootfs/build.sh#L124)
|
||||
* Merge
|
||||
* Wait for [cloud build](https://console.cloud.google.com/cloud-build/builds?project=k8s-staging-ingress-nginx)
|
||||
|
||||
|
|
Loading…
Reference in a new issue