update release docs with build.sh SHA requirements (#7185)

This commit is contained in:
James Strong 2021-05-30 19:42:26 -04:00 committed by GitHub
parent 7c6b694e72
commit 9a9d7f70c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)