Rebase on scratch, update to v0.21.0
ContainerImages/zola/pipeline/head This commit looks good Details

There's no reason we need anything from the _rsync_ container image to
use Zola.  Build pipelines that need to do more than run `zola build`
can use different containers to access those tools.
Dustin 2025-08-25 22:51:14 -05:00
parent 74802472b4
commit 4a04cd4227
2 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,8 @@
FROM git.pyrocufflink.net/containerimages/rsync FROM scratch
COPY --from=ghcr.io/getzola/zola:v0.16.1 /bin/zola /usr/local/bin/zola COPY --from=ghcr.io/getzola/zola:v0.21.0 /bin/zola /bin/zola
COPY --from=registry.k8s.io/pause:3.9 /pause /bin/pause
USER jenkins ENV PATH=/bin
CMD ["/bin/python3", "-c", "import signal; signal.pause()"] CMD ["pause"]

2
Jenkinsfile vendored
View File

@ -1 +1 @@
buildContainerImage() buildContainerImage2(archlist: ["amd64","arm64"])