From db3534dd64849b94cddc0409facac9801c910e6e Mon Sep 17 00:00:00 2001 From: Praveen Ghuge Date: Wed, 30 Jun 2021 21:56:29 -0700 Subject: [PATCH] master too main cleanup --- test/images/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/images/README.md b/test/images/README.md index e79241c6841..583f155c991 100644 --- a/test/images/README.md +++ b/test/images/README.md @@ -193,7 +193,7 @@ will be triggered. The postsubmit job will push the images to the `gcr.io/k8s-st from the staging registry to do more testing if required. All the postsubmit jobs and their logs for all the images can be seen in [testgrid](https://testgrid.k8s.io/sig-testing-images) which is helpful for troubleshooting. Note that these images are not the same as used by the e2e jobs and still need to be promoted to the final registry. 1. The next step is to promote the image to the `k8s.gcr.io/e2e-test-images` registry by adding a line in -[kubernetes/k8s.io](https://github.com/kubernetes/k8s.io/blob/master/k8s.gcr.io/images/k8s-staging-e2e-test-images/images.yaml). See this [pull request](https://github.com/kubernetes/k8s.io/pull/1804) for an example You will need the image manifest list's digest, which can be obtained by using [manifest-tool](https://github.com/estesp/manifest-tool): +[kubernetes/k8s.io](https://github.com/kubernetes/k8s.io/blob/main/k8s.gcr.io/images/k8s-staging-e2e-test-images/images.yaml). See this [pull request](https://github.com/kubernetes/k8s.io/pull/1804) for an example You will need the image manifest list's digest, which can be obtained by using [manifest-tool](https://github.com/estesp/manifest-tool): ```bash manifest-tool inspect --raw gcr.io/k8s-staging-e2e-test-images/${IMAGE_NAME}:${VERSION} | jq '.[0].Digest'