diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-16 12:41:28 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-16 12:41:28 +0200 |
commit | a7ad8b03840484ebfcb3e5b4e8a661d449c01bf6 (patch) | |
tree | 6c69d8ad8ded754f921e292dc98a1eec859b7f57 | |
parent | fc77bfc07d797eff0c20bb8be7b30c14c0e8cf0e (diff) | |
download | seabios-a7ad8b03840484ebfcb3e5b4e8a661d449c01bf6.tar.gz |
add yaml file
-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" ] |