The pause image used to be hosted at k8s.gcr.io/pause, and is treated
as a public image (anyone can pull) by registry.local:9001. The image
is moving from k8s.gcr.io/pause to registry.k8s.io/pause. This commit
adds its new home at registry.k8s.io/pause to the public image list,
allowing anyone to pull it.
Testing
PASS: docker pull registry.k8s.io/pause with our guest account (mtce)
as well as a new user
PASS: crictl pull registry.k8s.io/pause with our guest account (mtce)
as well as a new user
PASS: Install and bootstrap
Partial-Bug: 2076368
Change-Id: I49354b92b3ab90859c0e57a9aea7aa662b6c4038
Signed-off-by: Jerry Sun <jerry.sun@windriver.com>