Commit Graph

3 Commits (main)

Author SHA1 Message Date
Dustin e9f5e48952 Rebase on jenkins-base
ContainerImages/zola/pipeline/head This commit looks good Details
Turns out, we _do_ need more than just `pause` and `zola` in the image,
as Jenkins always runs build steps via `sh -c`.
2025-08-26 07:18:07 -05:00
Dustin 4ebe453d7c Rebase on upstream, update to v0.21.0
ContainerImages/zola/pipeline/head This commit looks good Details
Although we don't really need anything but Zola in this image, we can't
use the upstream image directly in a Jenkins job because it doesn't
contain a shell or any other utility that can "pause" the container.
Therefore, we do need to install the `pause` command, but we don't need
anything else from the _rsync_ image.
2025-08-25 23:01:24 -05:00
Dustin 74802472b4 Initial commit
ContainerImages/zola/pipeline/head This commit looks good Details
2022-12-02 21:59:11 -06:00