21 lines
394 B
YAML
21 lines
394 B
YAML
spec:
|
|
containers:
|
|
- name: buildah
|
|
image: quay.io/containers/buildah:v1
|
|
command:
|
|
- sh
|
|
- -c
|
|
- |
|
|
trap 'kill $!; exit' TERM
|
|
rm -f ~/.config/containers/storage.conf
|
|
sleep infinity &
|
|
wait
|
|
securityContext:
|
|
runAsUser: 1000
|
|
runAsGroup: 1000
|
|
resources:
|
|
limits:
|
|
github.com/fuse: 1
|
|
tolerations:
|
|
- key: du5t1n.me/jenkins
|