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