Rebase on jenkins-base
All checks were successful
ContainerImages/zola/pipeline/head This commit looks good
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`.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
FROM ghcr.io/getzola/zola:v0.21.0
|
||||
FROM git.pyrocufflink.net/containerimages/jenkins-base
|
||||
|
||||
COPY --from=registry.k8s.io/pause:3.9 /pause /bin/pause
|
||||
|
||||
ENTRYPOINT ["zola"]
|
||||
COPY --from=ghcr.io/getzola/zola:v0.21.0 /bin/zola /usr/local/bin/zola
|
||||
|
||||
Reference in New Issue
Block a user