docker-hugo (staging)

Published 2025-10-22 06:23:45 +00:00 by murdoc

Installation

docker pull git.bueraner.de/murdoc/docker-hugo:staging
sha256:b745d5f2361b5c126029f7a8217863879805e6952328877d7ee73cd9c03acb55

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1760918400'
ENV HUGO_VERSION=0.148.2
ENV GIT_VERSION=1:2.39.5-0+deb12u2
ENV TAR_VERSION=1.34+dfsg-1.2+deb12u1
ENV CA_CERTIFICATES_VERSION=20230311+deb12u1
ENV CURL_VERSION=7.88.1-10+deb12u14
ENV OPENSSH_VERSION=1:9.2p1-2+deb12u7
ENV GOLANG_VERSION=2:1.19~1
ENV LFTP_VERSION=4.9.2-2+b1
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl=${CURL_VERSION} ca-certificates=${CA_CERTIFICATES_VERSION} lftp=${LFTP_VERSION} tar=${TAR_VERSION} openssh-client=${OPENSSH_VERSION} git=${GIT_VERSION} golang=${GOLANG_VERSION} && curl -L -o /tmp/hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz && tar -xzf /tmp/hugo.tar.gz -C /usr/local/bin/ && chmod +x /usr/local/bin/hugo && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/hugo.tar.gz # buildkit
LABEL org.opencontainers.image.authors=murdoc@storm-clan.de org.label-schema.name=Hugo image org.label-schema.vendor=murdoc org.label-schema.schema-version=0.148.2
WORKDIR /src
EXPOSE [1313/tcp]

Labels

Key Value
org.label-schema.name Hugo image
org.label-schema.schema-version 0.148.2
org.label-schema.vendor murdoc
org.opencontainers.image.authors murdoc@storm-clan.de
Details
Container
2025-10-22 06:23:45 +00:00
143
OCI / Docker
linux/amd64
murdoc@storm-clan.de
200 MiB
Versions (2) View all
latest 2025-10-22
staging 2025-10-22