Fix CNI image built
Dependencies needed by openvswitch are not present on the rdo-release-train-1 rpm. We need to update it to make sure they're present. Change-Id: I5050d7b7e49f2d0126c9daf449f20aa7d84331c6
This commit is contained in:
parent
2e3fb3cd54
commit
258c708b85
@ -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/rdo-release.rpm
|
||||
ARG PKG_YUM_REPO=https://rdoproject.org/repos/openstack-ussuri/rdo-release-ussuri-0.el8.noarch.rpm
|
||||
|
||||
RUN yum upgrade -y \
|
||||
&& yum install -y epel-release $PKG_YUM_REPO \
|
||||
|
Loading…
Reference in New Issue
Block a user