diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-17 06:49:42 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-17 06:49:42 +0200 |
commit | bae3e7f38f33ca484738392e886d5ec8d48531f7 (patch) | |
tree | 1eb19eecb44d647e05e2a02502f1e60c6e904f2e /centos7-rpmbuild.yaml | |
parent | e0ab6175a97a67f76fbe299f1c8078ff7328ff19 (diff) | |
download | ipxe-bae3e7f38f33ca484738392e886d5ec8d48531f7.tar.gz |
try build in kubernetes
Diffstat (limited to 'centos7-rpmbuild.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..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" ] |