Merge pull request #10176 from shanemcd/bye-docker

Use base image from quay.io/centos/centos

Reviewed-by: Christian Adams <rooftopcellist@gmail.com>
This commit is contained in:
softwarefactory-project-zuul[bot]
2021-05-11 21:04:25 +00:00
committed by GitHub

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