hugo built from source on alpine base
|
||
---|---|---|
.dockerignore | ||
.drone.yml | ||
.hadolint.yaml | ||
.pre-commit-config.yaml | ||
Containerfile | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md |
alpine-hugo
This repository provides a Containerfile to effortlessly get a container image containing statically linked Hugo static site generator (extended version) on top of minimal Alpine base.
The image is rebuilt weekly in CI and automatically pushed to DockerHub.
The project lives at this Gitea instance.
What you get
hugo-<x>.<y>.<z>+extended
(latest stable version listed on GitHub), freshly built from sources.
Purpose
- container image containing
Hugo
extended version, suitable for CI.
License
GPL-3.0-or-later (see LICENSE for details).