diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-07 07:27:17 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-07 07:27:17 +0200 |
commit | f87e8246d6566e9e849a5fe866abd34e2e853148 (patch) | |
tree | 4d3346db5af90c858c6aa573f216bad5e7bae11f | |
parent | 43ec006c04acba1f1c4d70e97588df271a006cab (diff) | |
download | jenkinsfiles-f87e8246d6566e9e849a5fe866abd34e2e853148.tar.gz |
add yamlfile
-rw-r--r-- | centos7-rpmbuild.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
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" ] |