File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ RUN dnf install --enablerepo=powertools -y rpm-build git autoconf pcre-devel \
1010 groff pkgconfig json-c-devel pam-devel bison flex python3-pytest \
1111 c-ares-devel python3-devel python3-sphinx libcap-devel platform-python-devel \
1212 protobuf-c-devel \
13- https://ci1.netdef.org/artifact/LIBYANG-LIBYANG2/shared/build-00181 /RedHat-8-x86_64-Packages/libyang-2.1.80 -1.el8.x86_64.rpm \
14- https://ci1.netdef.org/artifact/LIBYANG-LIBYANG2/shared/build-00181 /RedHat-8-x86_64-Packages/libyang-devel-2.1.80 -1.el8.x86_64.rpm \
13+ https://ci1.netdef.org/artifact/LIBYANG-LIBYANG2/shared/build-00184 /RedHat-8-x86_64-Packages/libyang-2.1.128.83.gfc4dbd92 -1.el8.x86_64.rpm \
14+ https://ci1.netdef.org/artifact/LIBYANG-LIBYANG2/shared/build-00184 /RedHat-8-x86_64-Packages/libyang-devel-2.1.128.83.gfc4dbd92 -1.el8.x86_64.rpm \
1515 https://ci1.netdef.org/artifact/RPKI-RTRLIB/shared/build-00146/CentOS-7-x86_64-Packages/librtr-0.8.0-1.el7.x86_64.rpm \
1616 https://ci1.netdef.org/artifact/RPKI-RTRLIB/shared/build-00146/CentOS-7-x86_64-Packages/librtr-devel-0.8.0-1.el7.x86_64.rpm
1717
@@ -43,7 +43,7 @@ RUN sed -i -e "s|mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-* \
4343 && sed -i -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-*
4444
4545RUN mkdir -p /pkgs/rpm \
46- && yum install -y https://ci1.netdef.org/artifact/LIBYANG-LIBYANG2/shared/build-00181 /RedHat-8-x86_64-Packages/libyang-2.1.80 -1.el8.x86_64.rpm \
46+ && yum install -y https://ci1.netdef.org/artifact/LIBYANG-LIBYANG2/shared/build-00184 /RedHat-8-x86_64-Packages/libyang-2.1.128.83.gfc4dbd92 -1.el8.x86_64.rpm \
4747 https://ci1.netdef.org/artifact/RPKI-RTRLIB/shared/build-00146/CentOS-7-x86_64-Packages/librtr-0.8.0-1.el7.x86_64.rpm
4848
4949COPY --from=centos-8-builder /rpmbuild/RPMS/ /pkgs/rpm/
You can’t perform that action at this time.
0 commit comments