The jakejarvis/hugo-extended is unmaintained (as is the klakegg/hugo which I have also used). Instead, there is a different community maintained image.
I am honestly a bit mystified by the terrible SEO for hugomods/hugo. Just from the pull counts it is orders of magnitude more popular than other images, but does not surface at the top in the results list on Docker Hub or in a DuckDuckGo search....
It looks like the base versions of the image contain what we need! (Extended + Go + Node...). Might be able to get away with one of the more specific ones, but not sure how useful it is to get super picky about the size of a docker image for development usage... :sweat_smile:
Description
The
jakejarvis/hugo-extended
is unmaintained (as is theklakegg/hugo
which I have also used). Instead, there is a different community maintained image.I am honestly a bit mystified by the terrible SEO for
hugomods/hugo
. Just from the pull counts it is orders of magnitude more popular than other images, but does not surface at the top in the results list on Docker Hub or in a DuckDuckGo search....It looks like the base versions of the image contain what we need! (Extended + Go + Node...). Might be able to get away with one of the more specific ones, but not sure how useful it is to get super picky about the size of a docker image for development usage... :sweat_smile:
I based the compose.yml updates the documented compose config.
License
The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.