From c715b82ad71dbd91bee1c7aa7bd6c1e5990021ce Mon Sep 17 00:00:00 2001 From: Donny Xia Date: Tue, 16 Feb 2021 11:03:08 -0800 Subject: [PATCH 1/2] add doc for releasing image --- releasing/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/releasing/README.md b/releasing/README.md index 60a815690..0d01e6d3d 100644 --- a/releasing/README.md +++ b/releasing/README.md @@ -358,6 +358,23 @@ refreshMaster testKustomizeRepo ``` +### Publish Official Docker Image + +[k8s.io]: https://github.com/kubernetes/k8s.io +[k8s-staging-kustomize]: https://pantheon.corp.google.com/home/dashboard?project=k8s-staging-kustomize + +Fork and clone the [k8s.io] repo. + +Checkout a new branch. + +Edit file `k8s.gcr.io/images/k8s-staging-kustomize/images.yaml` +to add the new kustomize version and the image sha256. + +Image sha256 can be found in the GCP project [k8s-staging-kustomize]. + +Commit and push your changes. Then create a PR to [k8s.io] to promote +new images. Assign the PR to @monopole and @Shell32-natsu. + ### Finally [Makefile]: https://github.com/kubernetes-sigs/kustomize/blob/master/Makefile From 3bd088a77c1be86ba39869ea4c47cb8b5ea6e855 Mon Sep 17 00:00:00 2001 From: Donny Xia Date: Tue, 16 Feb 2021 12:57:41 -0800 Subject: [PATCH 2/2] update links --- releasing/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/releasing/README.md b/releasing/README.md index 0d01e6d3d..87f97f9a1 100644 --- a/releasing/README.md +++ b/releasing/README.md @@ -361,7 +361,7 @@ testKustomizeRepo ### Publish Official Docker Image [k8s.io]: https://github.com/kubernetes/k8s.io -[k8s-staging-kustomize]: https://pantheon.corp.google.com/home/dashboard?project=k8s-staging-kustomize +[k8s-staging-kustomize]: https://pantheon.corp.google.com/gcr/images/k8s-staging-kustomize?project=k8s-staging-kustomize Fork and clone the [k8s.io] repo. @@ -370,7 +370,8 @@ Checkout a new branch. Edit file `k8s.gcr.io/images/k8s-staging-kustomize/images.yaml` to add the new kustomize version and the image sha256. -Image sha256 can be found in the GCP project [k8s-staging-kustomize]. +Image sha256 can be found in the image registry in the GCP +project [k8s-staging-kustomize]. Commit and push your changes. Then create a PR to [k8s.io] to promote new images. Assign the PR to @monopole and @Shell32-natsu.