From a7ad8b03840484ebfcb3e5b4e8a661d449c01bf6 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 16 Sep 2020 12:41:28 +0200 Subject: add yaml file --- centos7-rpmbuild.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 centos7-rpmbuild.yaml 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" ] -- cgit