aboutsummaryrefslogtreecommitdiffstats
path: root/centos7-rpmbuild.yaml
blob: 89851dbe65de7210bf0aa30890bed080fee7b4ae (plain)
1
2
3
4
5
6
7
8
9
10
apiVersion: v1
kind: Pod
spec:
  containers:
  - name: centos7-rpmbuild
    image: registry.gitlab.com/kraxel/rpm-package-builder:centos7
    imagePullPolicy: Always
    command:
    - cat
    tty: true