paspo c197feefb1
All checks were successful
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (arm64) (push) Successful in 28s
Container Publish / build-image (amd64) (push) Successful in 44s
Container Publish / update docker manifest (push) Successful in 8s
switched from drone to gitea actions
2025-06-08 13:50:23 +02:00
2024-12-16 15:17:43 +01:00
2022-10-02 16:55:45 +02:00
2024-05-02 10:23:39 +02:00

docker-hugo

Build Status

Simple container for hugo development

available tags

tag description
latest multi-arch manifest
latest-amd64 latest build for amd64 architecture
latest-arm64 latest build for arm64 architecture

build

docker build . -t docker.asperti.com/paspo/hugo

run

Version check:

docker run --rm -ti docker.asperti.com/paspo/hugo version

Build hugo website:

docker run --rm -ti \
  -v "$PWD:/src" docker.asperti.com/paspo/hugo -s /src --gc --minify

drone plugin

---
kind: pipeline
type: docker
name: deploy

steps:
  - name: build hugo
    image: docker.asperti.com/paspo/hugo:latest
    pull: always
    commands:
      - "hugo -s /drone/src --gc --minify"
Description
No description provided
Readme GPL-3.0 92 KiB
Languages
Dockerfile 100%