Commit Graph

4 Commits (deb86460fe8ffd2635c4708ab91fb120efb96feb)

Author SHA1 Message Date
Dustin deb86460fe ci: Update for new ruamel.yaml API
dustin/dustin.web/pipeline/head This commit looks good Details
The old `safe_load` and similar PyYAML compatibility functions have been
removed from recent(-ish) versions of _ruamel.yaml_.
2025-08-26 07:52:55 -05:00
Dustin 2ec8465252 fixup! ci: Fix container entry points
dustin/dustin.web/pipeline/head There was a failure building this commit Details
2025-08-26 07:18:54 -05:00
Dustin 6bb91300fe ci: Fix container entry points
* The _zola_ container image no longer contains Python, but it does
  contain `pause`.
* When using `python` as the entry point, we need to explicitly register
  a signal handler for SIGTERM, otherwise `signal.pause()` will never
  return.
* The _rsync_ container image now has a default pause entry point.
2025-08-25 23:12:28 -05:00
Dustin fab714379c ci: Build in Kubernetes
dustin/dustin.web/pipeline/pr-master This commit looks good Details
Can't use the official Zola container image because it doesn't have a
shell, so Jenkins can't run commands in it.
2022-12-02 22:05:46 -06:00