Compare commits
1 Commits
5c858492cf
...
873316cd14
Author | SHA1 | Date |
---|---|---|
|
873316cd14 |
|
@ -3,13 +3,7 @@ spec:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
containers:
|
containers:
|
||||||
- name: zola
|
- name: zola
|
||||||
image: ghcr.io/getzola/zola:v0.16.0
|
image: git.pyrocufflink.net/containerimages/zola
|
||||||
# Literally the only commands in the *zola* container image are
|
|
||||||
# `zola`, `openssl`, and `c_rehash`.
|
|
||||||
command:
|
|
||||||
- openssl
|
|
||||||
stdin: true
|
|
||||||
tty: true
|
|
||||||
- name: python
|
- name: python
|
||||||
image: docker.io/python:3.10
|
image: docker.io/python:3.10
|
||||||
command:
|
command:
|
||||||
|
|
Loading…
Reference in New Issue