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" ]