Skip to content

Commit 4024298

Browse files
committed
Copy OVS rpms to be installed when building from source
Signed-off-by: Patryk Diak <[email protected]>
1 parent 140224c commit 4024298

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)