Compare commits

..

1 Commits

Author SHA1 Message Date
8eb6d78f6f wip: ci: run in kubernetes
Some checks failed
dustin/basementhud/pipeline/pr-master There was a failure building this commit
2022-11-25 16:37:18 -06:00

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