From 9a9d7f70c753c40e5d11c0d7b715513e8706f297 Mon Sep 17 00:00:00 2001 From: James Strong Date: Sun, 30 May 2021 19:42:26 -0400 Subject: [PATCH] update release docs with build.sh SHA requirements (#7185) --- RELEASE.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 0fe594038..f9a90a3da 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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)