Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 8eb6d78f6f wip: ci: run in kubernetes
dustin/basementhud/pipeline/pr-master There was a failure building this commit Details
2022-11-25 16:37:18 -06:00
1 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,9 @@ spec:
securityContext:
readOnlyRootFilesystem: true
privileged: true
volumeMounts:
- name: tmp
mountPath: /tmp
- name: publish
image: registry.fedoraproject.org/fedora
command:
@ -19,3 +22,7 @@ spec:
securityContext:
readOnlyRootFilesystem: true
runAsUser: 1000
volumes:
- name: tmp
emptyDir:
medium: Memory