Docker image for static website by Hugo.
10K+
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
Content type
Image
Digest
Size
700.5 MB
Last updated
about 5 years ago
docker pull mazgi/hugo-static-website