Compare commits
1 Commits
6af42d22a8
...
5c858492cf
Author | SHA1 | Date |
---|---|---|
|
5c858492cf |
|
@ -4,6 +4,8 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: zola
|
- name: zola
|
||||||
image: ghcr.io/getzola/zola:v0.16.0
|
image: ghcr.io/getzola/zola:v0.16.0
|
||||||
|
# Literally the only commands in the *zola* container image are
|
||||||
|
# `zola`, `openssl`, and `c_rehash`.
|
||||||
command:
|
command:
|
||||||
- openssl
|
- openssl
|
||||||
stdin: true
|
stdin: true
|
||||||
|
@ -13,12 +15,12 @@ spec:
|
||||||
command:
|
command:
|
||||||
- python
|
- python
|
||||||
args:
|
args:
|
||||||
- c
|
- -c
|
||||||
- import signal; signal.pause()
|
- import signal; signal.pause()
|
||||||
- name: rsync
|
- name: rsync
|
||||||
image: git.pyrocufflink.net/containerimages/rsync
|
image: git.pyrocufflink.net/containerimages/rsync
|
||||||
command:
|
command:
|
||||||
- python3
|
- python3
|
||||||
args:
|
args:
|
||||||
- c
|
- -c
|
||||||
- import signal; signal.pause()
|
- import signal; signal.pause()
|
||||||
|
|
Loading…
Reference in New Issue