hugo-deployment (ca2f3c415a437d84b21ac1313b6f5b8e1748a575)
Published 2026-04-19 05:34:37 +00:00 by cliper
Installation
docker pull git.develton.com/cliper/hugo-deployment:ca2f3c415a437d84b21ac1313b6f5b8e1748a575sha256:8d32ae25f8a24eef2c31af45cdb0644045c7581eee392016aafae0b30f2f763eImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600' |
| ARG HUGO_VERSION=0.160.0 |
| RUN |1 HUGO_VERSION=0.160.0 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl git rsync openssh-client tar && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN |1 HUGO_VERSION=0.160.0 /bin/sh -c case "$(dpkg --print-architecture)" in amd64) asset="hugo_extended_${HUGO_VERSION}_linux-amd64.tar.gz" ;; arm64) asset="hugo_extended_${HUGO_VERSION}_linux-arm64.tar.gz" ;; *) echo "Unsupported architecture: $(dpkg --print-architecture)" >&2; exit 1 ;; esac && curl -fsSLo /tmp/hugo-checksums.txt "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_checksums.txt" && curl -fsSLo /tmp/hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/${asset}" && grep " ${asset}$" /tmp/hugo-checksums.txt | sed 's# .*# /tmp/hugo.tar.gz#' > /tmp/hugo.tar.gz.sha256 && sha256sum -c /tmp/hugo.tar.gz.sha256 && tar -xzf /tmp/hugo.tar.gz -C /tmp hugo && install -m 0755 /tmp/hugo /usr/local/bin/hugo && rm -rf /tmp/hugo /tmp/hugo.tar.gz /tmp/hugo-checksums.txt /tmp/hugo.tar.gz.sha256 # buildkit |
| WORKDIR /workspace |
Details
2026-04-19 05:34:37 +00:00
Versions (8)
View all
Container
0
OCI / Docker
linux/amd64
80 MiB
latest
2026-04-25
7186257987b73e0c9886d57b3a5316f10fa59441
2026-04-25
5c437bae74f5a37b1c11a3153eeffb6c6abdccfb
2026-04-25
4424096bab5bc09c48ffa76098d4ef351f47b82f
2026-04-19
v1
2026-04-19