From b6fe1ec31c3f441f13aaf25446f53c9280016149 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 27 Aug 2020 07:10:20 +0200 Subject: add centos7 yaml --- 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..3dedb75 --- /dev/null +++ b/centos7-rpmbuild.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +kind: Pod +spec: + containers: + - name: centos7-rpmbuild + image: registry.gitlab.com/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