aboutsummaryrefslogtreecommitdiffstats
path: root/centos8-rpmbuild.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'centos8-rpmbuild.yaml')
-rw-r--r--centos8-rpmbuild.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/centos8-rpmbuild.yaml b/centos8-rpmbuild.yaml
new file mode 100644
index 0000000..cc034ad
--- /dev/null
+++ b/centos8-rpmbuild.yaml
@@ -0,0 +1,14 @@
+apiVersion: v1
+kind: Pod
+spec:
+ containers:
+ - name: centos8-rpmbuild
+ image: registry.gitlab.com/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" ]