zola-deploy (latest)
Published 2026-06-27 14:21:54 +02:00 by louhip
Installation
docker pull git.bahnhof.cz/louhip/zola-deploy:latestsha256:e82cb951a01373ed9b2bb174327474270d3c3f8e04a4cdc838191f0dd4a4760bImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800' |
| ARG ZOLA_VERSION |
| |1 ZOLA_VERSION=0.22.1 /bin/sh -c apt-get update -qq && apt-get install -y rsync wget openssh-client nodejs && wget -q https://github.com/getzola/zola/releases/download/v${ZOLA_VERSION}/zola-v${ZOLA_VERSION}-x86_64-unknown-linux-gnu.tar.gz && tar xzf zola-*.tar.gz && mv zola /usr/local/bin/ && rm zola-*.tar.gz && apt-get clean |
| CMD ["bash"] |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.43.2 |