No description
This repository has been archived on 2025-06-07. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
Marko Korhonen 161d3907ba
Some checks failed
Build Docker image / Build and publish image (push) Failing after 5s
README: Fix link
2024-11-06 09:14:40 +02:00
.forgejo/workflows Add scheduled weekly build 2024-04-04 19:31:51 +03:00
.dockerignore Use html5s backend by default in AsciiDoctor 2024-01-28 20:12:10 +02:00
Dockerfile Fix Dockerfile syntax 2024-10-06 22:50:07 +03:00
README.adoc README: Fix link 2024-11-06 09:14:40 +02:00

Docker image to build Hugo sites in a CI environment

I created this image because all of the current options for building my Hugo sites in a CI environment were either missing some dependencies needed for my site or the contained Hugo version was too old.

Features

  • Based on the official Arch Linux image

  • Included dependencies (latest versions available for Arch Linux at build time)

Updates

This image is built weekly on sunday at 06:00 EET/EEST on the archlinux:latest image.

Installation