diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-27 07:10:20 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-27 07:10:31 +0200 |
commit | b6fe1ec31c3f441f13aaf25446f53c9280016149 (patch) | |
tree | 0a8a8f2d304e7f24ad858bd55c62fd45fc993ad3 | |
parent | f46d91645fdd099ea8d512f896ec8272d17251f4 (diff) | |
download | jenkinsfiles-b6fe1ec31c3f441f13aaf25446f53c9280016149.tar.gz |
add centos7 yaml
-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..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" ] |