Rebase on jenkins-base
ContainerImages/zola/pipeline/head This commit looks good
Details
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`.main
parent
4ebe453d7c
commit
e9f5e48952
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue