hugo built from source on alpine base
Go to file
leo 71b1ac4491
All checks were successful
continuous-integration/drone/push Build is passing
makefile: use fuly qualified registry name
2023-01-20 14:57:38 +01:00
.dockerignore initial commit 2022-08-31 22:02:12 +02:00
.drone.yml ci,makefile: bump hadolint to v2.12.0-alpine 2022-12-16 17:14:24 +01:00
.hadolint.yaml initial commit 2022-08-31 22:02:12 +02:00
.pre-commit-config.yaml add .pre-commit-config.yaml [skip ci] 2022-09-27 22:53:02 +02:00
Containerfile containerfile: bump base to :1.18.9-alpine3.17 2022-12-16 17:01:58 +01:00
Dockerfile initial commit 2022-08-31 22:02:12 +02:00
LICENSE initial commit 2022-08-31 22:02:12 +02:00
Makefile makefile: use fuly qualified registry name 2023-01-20 14:57:38 +01:00
README.md add .drone.yml (and readme labels) 2022-08-31 22:29:49 +02:00

alpine-hugo

Build Status Docker Image Version Docker Image Size (tag) Docker pulls

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).