1
0
Files
dch-selinux/ci/podTemplate.yaml
Dustin C. Hatch 5a0e5de56a
All checks were successful
infra/dch-selinux/pipeline/head This commit looks good
ci: Build/sign RPMs for multiple Fedora versions
* Use `matrix` to generate pipelines for multiple Fedora versions
* Sign RPM packages using the Jenkins GPG key
* Publish RPM files to *dch* repository on *files.pyrocufflink.blue*
  instead of Gitea (the latter cannot handle multiple releases of the
  same package)
2024-06-03 09:52:43 -05:00

17 lines
308 B
YAML

spec:
containers:
- name: fedora
command:
- cat
stdin: true
tty: true
volumeMounts:
- mountPath: /etc/ssh/ssh_known_hosts
name: ssh-known-hosts
subPath: ssh_known_hosts
hostUsers: false
volumes:
- name: ssh-known-hosts
configMap:
name: ssh-known-hosts