aboutsummaryrefslogtreecommitdiffstats
path: root/fedora-rpmbuild.yaml
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-08-20 16:19:03 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-08-20 16:19:03 +0200
commitce3de2f5d3c6c567fecef7783bdd435e89cb48ed (patch)
treeb2d91c509b73280d7af04633f411117863e8475d /fedora-rpmbuild.yaml
parent69f7d2e34c69f2bb2d7a996cd65d9c319e8aad94 (diff)
downloadjenkinsfiles-ce3de2f5d3c6c567fecef7783bdd435e89cb48ed.tar.gz
more rpmbuild
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..6f7e466
--- /dev/null
+++ b/fedora-rpmbuild.yaml
@@ -0,0 +1,12 @@
+apiVersion: v1
+kind: Pod
+spec:
+ containers:
+ - name: fedora-rpmbuild
+ image: registry.gitlab.com/kraxel/rpm-package-builder:fedora
+ imagePullPolicy: Always
+ env:
+ - name: "FEDORA_MIRROR"
+ value: "http://spunk.home.kraxel.org/fedora/"
+ tty: true
+ command: [ "cat" ]