aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-08-27 07:10:20 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-08-27 07:10:31 +0200
commitb6fe1ec31c3f441f13aaf25446f53c9280016149 (patch)
tree0a8a8f2d304e7f24ad858bd55c62fd45fc993ad3
parentf46d91645fdd099ea8d512f896ec8272d17251f4 (diff)
downloadjenkinsfiles-b6fe1ec31c3f441f13aaf25446f53c9280016149.tar.gz
add centos7 yaml
-rw-r--r--centos7-rpmbuild.yaml14
1 files changed, 14 insertions, 0 deletions
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" ]