diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-19 13:15:05 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-19 13:15:05 +0200 |
commit | 7ddff9c25b7174d2a7e81fe9a18213319ca2a13c (patch) | |
tree | 22f29bd9c0b9ee8dda74fbb44a7e825b024efd2e | |
parent | 620f398007a61eb062c20ef26ded584bb29aaffe (diff) | |
download | jenkinsfiles-7ddff9c25b7174d2a7e81fe9a18213319ca2a13c.tar.gz |
always pull images
-rw-r--r-- | centos7-rpmbuild.yaml | 1 | ||||
-rw-r--r-- | fedora.yaml | 1 |
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 |