container image for building websites with Hugo any good? Yes. https://hub.docker.com/r/immawanderer/fedora-hugo
Go to file
surtur 753b3718e0
All checks were successful
continuous-integration/drone/push Build is passing
fix: correct dnf autoremove behaviour
* findutils was mistakenly getting removed at the end of each build
  while what I intended to do instead was to prevent removal of the
  package by autoremove and only use the -y flag to signal an always-yes
2020-12-29 01:47:03 +01:00
hooks initial commit 2020-06-07 06:28:44 +02:00
.drone.yml fix: edit the depends_on logic; make sure all runs 2020-12-02 02:45:12 +01:00
Dockerfile fix: correct dnf autoremove behaviour 2020-12-29 01:47:03 +01:00
LICENSE initial commit 2020-06-07 06:28:44 +02:00
Makefile fix: typos - pruneargs contained "."; missed "-" 2020-12-02 03:45:36 +01:00
README.md feat: switch from hourly to nightly rebuilds 2020-11-03 20:49:12 +01:00
curl.it feat: added .drone.yml+curl.it and updated README.md 2020-06-07 07:07:39 +02:00

docker-fedora-hugo

Build Status Docker Cloud Build Status

This repository provides the Dockerfile to create a Docker image used for web developent using Hugo website building framework.

The image is rebuilt approximately every hour nightly to ensure it always has the latest packages.

push mirror lives in this GitHub repo
development happens on this Gitea instance

What you get

  • updated fedora:33 image
  • git
  • hugo-extended (latest version from GitHub)

Purpose

  • web development using Hugo upon fresh package base