summaryrefslogtreecommitdiffstats
path: root/fedora-rpmbuild.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'fedora-rpmbuild.yaml')
-rw-r--r--fedora-rpmbuild.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/fedora-rpmbuild.yaml b/fedora-rpmbuild.yaml
new file mode 100644
index 0000000..8117ff9
--- /dev/null
+++ b/fedora-rpmbuild.yaml
@@ -0,0 +1,12 @@
+apiVersion: v1
+kind: Pod
+spec:
+ containers:
+ - name: fedora-rpmbuild
+ image: quay.xeni.kraxel.org/kraxel/rpm-package-builder:fedora
+ imagePullPolicy: Always
+ env:
+ - name: "FEDORA_MIRROR"
+ value: "http://spunk.home.kraxel.org/fedora/"
+ tty: true
+ command: [ "cat" ]