Skip to content

Commit 46c2161

Browse files
authored
docs: Update container registry links (#3112)
Provide more information on staging images and update the link. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent bae07f4 commit 46c2161

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/release-procedure.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,10 @@ dependency or sidecar container.
9494
$ git push origin release-X.Y
9595
```
9696

97-
New [Docker images](https://console.cloud.google.com/gcr/images/k8s-staging-provider-os) will be built.
97+
This will kick the [`cloud-provider-openstack-push-images` job](https://prow.k8s.io/job-history/gs/kubernetes-ci-logs/logs/cloud-provider-openstack-push-images)
98+
and will result in new container images being pushed to [the staging area](https://console.cloud.google.com/artifacts/docker/k8s-staging-provider-os/us/gcr.io).
9899

99-
6. Make PR modifying [images.yaml](https://github.com/kubernetes/k8s.io/blob/main/registry.k8s.io/images/k8s-staging-provider-os/images.yaml) to promote gcr.io images to registry.k8s.io. The point is to copy the proper image sha256 hashes from the staging repository to the images.yaml.
100+
6. Make PR modifying [images.yaml](https://github.com/kubernetes/k8s.io/blob/main/registry.k8s.io/images/k8s-staging-provider-os/images.yaml) to promote staging images to registry.k8s.io. The point is to copy the proper image sha256 hashes from the staging repository to the `images.yaml`.
100101

101102
Use `hack/release-image-digests.sh` script and `hack/verify-image-digests.sh` to verify the digests before submitting the PR.
102103

0 commit comments

Comments
 (0)