Use base image from quay.io/centos/centos

This commit is contained in:
Shane McDonald
2021-05-11 16:24:59 -04:00
parent 19d000e97f
commit afa3501194

View File

@@ -5,7 +5,7 @@
###
# Build container
FROM centos:8 as builder
FROM quay.io/centos/centos:8 as builder
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
@@ -70,7 +70,7 @@ RUN make sdist && \
{% endif %}
# Final container(s)
FROM centos:8
FROM quay.io/centos/centos:8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en