All checks were successful
ContainerImages/zola/pipeline/head This commit looks good
Turns out, we _do_ need more than just `pause` and `zola` in the image, as Jenkins always runs build steps via `sh -c`.
4 lines
127 B
Docker
4 lines
127 B
Docker
FROM git.pyrocufflink.net/containerimages/jenkins-base
|
|
|
|
COPY --from=ghcr.io/getzola/zola:v0.21.0 /bin/zola /usr/local/bin/zola
|