• Joined on 2024-12-02

blog (latest)

Published 2025-04-18 07:18:41 +00:00 by agj in agj/blog

Installation

docker pull git.gtz.dk/agj/blog:latest
sha256:48a5a4189c0858f670e2a82afcffe98067e034b520687d721e6b96f9fdd31edb

Images

Digest OS / Arch Size
7406c175ed linux/amd64 31 MiB
b7cd0c6732 linux/arm64 30 MiB

Image Layers ( linux/arm64)

ADD alpine-minirootfs-3.21.3-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add hugo git # buildkit
WORKDIR /hugo
RUN /bin/sh -c hugo new site /hugo # buildkit
RUN /bin/sh -c git clone https://github.com/yihui/hugo-xmin.git themes/hugo-xmin # buildkit
ADD hugo.toml /hugo/hugo.toml # buildkit
ADD content /hugo/content # buildkit
ADD static /hugo/static # buildkit
ADD shortcodes /hugo/layouts/shortcodes # buildkit
ENV PORT=1313
EXPOSE map[1313/tcp:{}]
CMD ["hugo" "serve" "--baseURL" "https://blog.gtz.dk/" "--bind" "0.0.0.0" "--port" "$PORT"]
Details
Container
2025-04-18 07:18:41 +00:00
13
OCI / Docker
Versions (1) View all
latest 2025-04-18