container image with Hugo and nothing else
This repository has been archived on 2022-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
surtur ea14dc709f
All checks were successful
continuous-integration/drone/push Build is passing
chore: bump hugo to v0.102.1
2022-09-01 01:15:59 +02:00
.dockerignore initial commit 2022-08-24 15:45:09 +02:00
.drone.yml chore: bump hugo to v0.102.1 2022-09-01 01:15:59 +02:00
.hadolint.yaml initial commit 2022-08-24 15:45:09 +02:00
Containerfile chore: bump hugo to v0.102.1 2022-09-01 01:15:59 +02:00
Dockerfile initial commit 2022-08-24 15:45:09 +02:00
LICENSE initial commit 2022-08-24 15:45:09 +02:00
Makefile initial commit 2022-08-24 15:45:09 +02:00
README.md add .drone.yml (and readme labels) 2022-08-28 16:27:15 +02:00

scratch-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) and absolutely nothing else.

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