Update stx-centos dev repo config to stein

Update the yum repo config for the stx-centos dev base image
to point to the openstack-stein repo.

Change-Id: Ia84d49deca85b8b32e6925e8de1b0768f6334196
Story: 2005248
Task: 30694
Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
Don Penney 2019-05-01 18:25:41 -04:00
parent 7b40bdb2f6
commit bdc25624d4

View File

@ -6,7 +6,7 @@ FROM centos:${RELEASE}
RUN set -ex ;\ RUN set -ex ;\
sed -i '/\[main\]/ atimeout=120' /etc/yum.conf ;\ sed -i '/\[main\]/ atimeout=120' /etc/yum.conf ;\
yum install -y centos-release-openstack-rocky ;\ yum install -y centos-release-openstack-stein ;\
rm -rf \ rm -rf \
/var/log/* \ /var/log/* \
/tmp/* \ /tmp/* \