What happened
Running make container-serve on main (commit ) as of 2026-07-20 fails:
Unable to find image 'gcr.io/k8s-staging-sig-docs/k8s-website-hugo:v0.144.2-1d5bbea2c974' locally
docker: Error response from daemon: manifest for gcr.io/k8s-staging-sig-docs/k8s-website-hugo:v0.144.2-1d5bbea2c974 not found: manifest unknown: Failed to fetch "v0.144.2-1d5bbea2c974"
Run 'docker run --help' for more information
make: *** [container-serve] Error 125
The Makefile pins gcr.io/k8s-staging-sig-docs/k8s-website-hugo:v0.144.2-1d5bbea2c974 but that tag is no longer available in the registry.
Workaround
Install Hugo 0.144.2 locally and run hugo server directly, or use hugo-0.144.2 server --buildDrafts --buildFuture --disableFastRender.
Related
Environment
- macOS: Sequoia version 15.7.7 (also confirmed via CI logs)
- Docker: Docker version 29.6.2 build dfc4efb1e2
- Hugo image tag (pinned): v0.144.2-1d5bbea2c974
Suggested fix
Pin to a floating tag (e.g., v0.144.2-latest) or verify image availability in the release process.
What happened
Running
make container-serveonmain(commit ) as of 2026-07-20 fails:The Makefile pins
gcr.io/k8s-staging-sig-docs/k8s-website-hugo:v0.144.2-1d5bbea2c974but that tag is no longer available in the registry.Workaround
Install Hugo 0.144.2 locally and run
hugo serverdirectly, or usehugo-0.144.2 server --buildDrafts --buildFuture --disableFastRender.Related
make container-servedue to the image absence #49460 (closed 2025-03-20)Environment
Suggested fix
Pin to a floating tag (e.g.,
v0.144.2-latest) or verify image availability in the release process.