diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-27 12:10:26 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-27 12:10:26 +0200 |
commit | 288c05f55f20975fe44b4d8d2eafa59aeeb6633e (patch) | |
tree | 1709713c1c46209c4e9f90aec05a5349e34577e1 /centos8-rpmbuild.yaml | |
parent | 086fd574903a8a4599cda8e1ab4c9ecbee57168b (diff) | |
download | jenkinsfiles-288c05f55f20975fe44b4d8d2eafa59aeeb6633e.tar.gz |
use mirror
Diffstat (limited to 'centos8-rpmbuild.yaml')
-rw-r--r-- | centos8-rpmbuild.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/centos8-rpmbuild.yaml b/centos8-rpmbuild.yaml index cc034ad..eb8cbec 100644 --- a/centos8-rpmbuild.yaml +++ b/centos8-rpmbuild.yaml @@ -3,7 +3,7 @@ kind: Pod spec: containers: - name: centos8-rpmbuild - image: registry.gitlab.com/kraxel/rpm-package-builder:centos8 + image: quay.xeni.kraxel.org/kraxel/rpm-package-builder:centos8 imagePullPolicy: Always env: - name: "CENTOS_MIRROR" |