mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
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:
commit
e9bf25f108
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user