wip: Initial commit
Some checks failed
dustin/kioskpi/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-14 20:07:09 -06:00
commit cd12087469
5 changed files with 162 additions and 0 deletions

32
ci/podTemplate.yaml Normal file
View File

@@ -0,0 +1,32 @@
metadata:
annotations:
io.kubernetes.cri-o.TrySkipVolumeSELinuxLabel: 'true'
spec:
containers:
- name: build
image: git.pyrocufflink.net/containerimages/buildroot
resources:
limits: &resources
cpu: 6
memory: 12Gi
requests: *resources
volumeMounts:
- mountPath: /etc/ssh/ssh_known_hosts
name: ssh-known-hosts
subPath: ssh_known_hosts
nodeSelector:
kubernetes.io/arch: amd64
du5t1n.me/jenkins: ''
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
seLinuxOptions:
level: s0:c596,c675
tolerations:
- key: du5t1n.me/jenkins
volumes:
- name: ssh-known-hosts
configMap:
name: ssh-known-hosts