diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-27 09:48:14 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-27 09:48:14 +0100 |
commit | ea5838e70208902975f32c9d3fbdda20f6df84fa (patch) | |
tree | 0f6798132988a8bc07c0a3af91840026eec33a7d | |
parent | d968315e5e42860d472e7c4e6584dc3e8f1d9cd0 (diff) | |
download | rpm-package-builder-ea5838e70208902975f32c9d3fbdda20f6df84fa.tar.gz |
use centos registry
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM centos:7 +FROM registry.centos.org/centos:7 ENV SUMMARY="CentOS 7 builder" \ DESCRIPTION="CentOS 7 image for test builds and rpm package builds." |