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