summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--centos7-rpmbuild.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/centos7-rpmbuild.yaml b/centos7-rpmbuild.yaml
new file mode 100644
index 0000000..0b7b743
--- /dev/null
+++ b/centos7-rpmbuild.yaml
@@ -0,0 +1,14 @@
+apiVersion: v1
+kind: Pod
+spec:
+ containers:
+ - name: centos7-rpmbuild
+ image: quay.xeni.kraxel.org/kraxel/rpm-package-builder:centos7
+ 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" ]