aboutsummaryrefslogtreecommitdiffstats
path: root/centos7-rpmbuild.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'centos7-rpmbuild.yaml')
-rw-r--r--centos7-rpmbuild.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/centos7-rpmbuild.yaml b/centos7-rpmbuild.yaml
new file mode 100644
index 0000000..7290db6
--- /dev/null
+++ b/centos7-rpmbuild.yaml
@@ -0,0 +1,9 @@
+apiVersion: v1
+kind: Pod
+spec:
+ containers:
+ - name: centos7-rpmbuild
+ image: registry.gitlab.com/kraxel/rpm-package-builder:centos7
+ command:
+ - cat
+ tty: true