Sign inSign up

mazgi/hugo-static-website

By mazgi

•Updated about 5 years ago

Docker image for static website by Hugo.

Image
0

10K+

mazgi/hugo-static-website repository overview

⁠docker.hugo-static-website

publish-docker-images

export HUGO_VERSION=0.72.0
export TAG=hugo-${HUGO_VERSION%.*}-$(date +%Y.%m.0)
sed -i "s/ARG HUGO_VERSION=.*/ARG HUGO_VERSION=${HUGO_VERSION}/" Dockerfile.d/Dockerfile
git commit -m "update hugo version to ${HUGO_VERSION}" Dockerfile.d/Dockerfile
git tag $TAG
git push origin $TAG

Tag summary

Content type

Image

Digest

Size

700.5 MB

Last updated

about 5 years ago

docker pull mazgi/hugo-static-website