aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--centos7-rpmbuild.yaml1
-rw-r--r--fedora.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/centos7-rpmbuild.yaml b/centos7-rpmbuild.yaml
index 7290db6..89851db 100644
--- a/centos7-rpmbuild.yaml
+++ b/centos7-rpmbuild.yaml
@@ -4,6 +4,7 @@ spec:
containers:
- name: centos7-rpmbuild
image: registry.gitlab.com/kraxel/rpm-package-builder:centos7
+ imagePullPolicy: Always
command:
- cat
tty: true
diff --git a/fedora.yaml b/fedora.yaml
index b169519..27ff83a 100644
--- a/fedora.yaml
+++ b/fedora.yaml
@@ -4,6 +4,7 @@ spec:
containers:
- name: fedora
image: fedora
+ imagePullPolicy: Always
command:
- cat
tty: true