Can't run website in a container via make container-serve
due to the image absence
#49460
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
sig/docs
Categorizes an issue or PR as relevant to SIG Docs.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
This is a Bug Report
Problem:
Running
make container-serve
inkubernetes/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.The text was updated successfully, but these errors were encountered: