Dockerfile: Centos 7.8 has moved to vault

Centos 7.8 has relocated
from mirror.centos.org/centos/7.8.2003/
to vault.centos.org/centos/7.8.2003/ .

This will cause 'tb.sh create' to fail.

Pre-existing docker build environments should
continue to work.

This update adjusts the url within the dockerfile
to reflect the new location.

Closes-bug: 1904785
Change-Id: I0f44ddfc0d126c738e5f570ea36e463720ccf6bf
Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
Scott Little 2020-11-18 15:22:16 -05:00
parent a46ab53eaf
commit ec588cd408
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ ARG MYUNAME=builder
ARG MYUID=1000
# CentOS & EPEL URLs that match the base image
# Override these with --build-arg if you have a mirror
ARG CENTOS_7_8_URL=http://mirror.centos.org/centos/7.8.2003
ARG CENTOS_7_8_URL=http://vault.centos.org/centos/7.8.2003
ARG EPEL_7_8_URL=https://archives.fedoraproject.org/pub/archive/epel/7.2020-04-20
ENV container=docker