Skip to content

Commit 760a49c

Browse files
authored
Merge pull request #5159 from kyrtapz/install_ovs_from_src
Copy OVS RPMs to be installed when building from source
2 parents 27033e3 + 4024298 commit 760a49c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/images/Dockerfile.fedora

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ] || [ -z "$TARGETPLATFORM"] ; then k
9797
######################################
9898
FROM fedora:41 AS source
9999
COPY --from=ovnbuilder /root/ovn/rpm/rpmbuild/RPMS/x86_64/*.rpm /
100+
COPY --from=ovnbuilder /root/ovs/rpm/rpmbuild/RPMS/x86_64/*.rpm /
100101

101102
####################################
102103
# Stage to copy OVN RPMs from koji #

0 commit comments

Comments
 (0)