blob: eb8cbece1bf02ac7ccd229e49168f2df1662ae0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
apiVersion: v1
kind: Pod
spec:
containers:
- name: centos8-rpmbuild
image: quay.xeni.kraxel.org/kraxel/rpm-package-builder:centos8
imagePullPolicy: Always
env:
- name: "CENTOS_MIRROR"
value: "http://spunk.home.kraxel.org/centos/"
- name: "EPEL_MIRROR"
value: "http://spunk.home.kraxel.org/epel/"
tty: true
command: [ "cat" ]
|