Skip to content

make container-serve fails with manifest unknown for pinned Hugo image tag #56563

Description

@seshikanthguduri

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions