matrix-org / matrix-org/matrix-spec
Replace unmaintained klakegg/hugo container with hugomods/hugo
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 330
- Forks
- 150
- Avg merge
- 2h 21m
- Merged PRs (30d)
- 3
Description
klakegg/hugo hasnt had an update in 2 years and doesnt even provide the required minimum version 0.123.1 according to readme.
`docker run --rm -it -v $(pwd):/src -p 1313:1313 hugomods/hugo:exts-0.123.1 hugo server --bind 0.0.0.0` works instead. Newer versions dont require that level of detail of flags (https://docker.hugomods.com/docs/development/docker-run/#start-hugo-server), but the spec isn't compatible with current hugo versions #2084.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the repository for references to klakegg/hugo and inspect the surrounding build or documentation configuration. Replace the unmaintained image with hugomods/hugo:exts-0.123.1, then run the documented Hugo Docker command or the relevant build check and confirm the specification still builds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 64/100