Update RDO to use Victoria release

Seems like we were still using Ussuri's RDO to get openvswitch package
and now that it broke it's an issue. This commit updates that to use
Victoria RDO release.

Change-Id: Ide317ac064dcc2a1a2e2bdbf8129bd9021f57a0d
This commit is contained in:
Michał Dulko 2020-11-19 18:19:01 +01:00
parent 659a91ea30
commit f399418249
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ LABEL authors="Antoni Segura Puimedon<toni@kuryr.org>, Michał Dulko<mdulko@redh
ARG UPPER_CONSTRAINTS_FILE="https://releases.openstack.org/constraints/upper/master"
ARG OSLO_LOCK_PATH=/var/kuryr-lock
ARG PKG_YUM_REPO=https://rdoproject.org/repos/openstack-ussuri/rdo-release-ussuri-0.el8.noarch.rpm
ARG PKG_YUM_REPO=https://rdoproject.org/repos/openstack-victoria/rdo-release-victoria-2.el8.noarch.rpm
RUN yum upgrade -y \
&& yum install -y epel-release $PKG_YUM_REPO \