This is a Bug Report
Problem:
Running make container-serve in kubernetes/website:main (to run the website locally in a container) leads to an error:
Unable to find image 'gcr.io/k8s-staging-sig-docs/k8s-website-hugo:v0.133.0-af5f894e895c' locally
docker: Error response from daemon: manifest for gcr.io/k8s-staging-sig-docs/k8s-website-hugo:v0.133.0-af5f894e895c not found: manifest unknown: Failed to fetch "v0.133.0-af5f894e895c" from request "/v2/k8s-staging-sig-docs/k8s-website-hugo/manifests/v0.133.0-af5f894e895c".
See 'docker run --help'.
make: *** [Makefile:119: container-serve] Error 125
It happens on Linux/amd64. This behaviour is confirmed by a few people.
Proposed Solution:
Following the #49444 discussion, it should be fixed not by prior executing make container-image (to build images locally), but by the availability of Hugo images that can be pulled from GCR instead. As @sftim noted in Slack, they might be absent due to a recent Docsy upgrade. We need to have them back.
This is a Bug Report
Problem:
Running
make container-serveinkubernetes/website:main(to run the website locally in a container) leads to an error:It happens on Linux/amd64. This behaviour is confirmed by a few people.
Proposed Solution:
Following the #49444 discussion, it should be fixed not by prior executing
make container-image(to build images locally), but by the availability of Hugo images that can be pulled from GCR instead. As @sftim noted in Slack, they might be absent due to a recent Docsy upgrade. We need to have them back.