Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ COPY --from=ovn-kubernetes /src/ovn-kubernetes/dist/images/ovndb-raft-functions.
COPY --from=ovn-kubernetes /src/ovn-kubernetes/dist/images/ovnkube.sh /root/ovnkube.sh
COPY --from=ovn-kubernetes /ovn-kube-util /usr/bin/ovn-kube-util
COPY --from=ovsinit /usr/local/cargo/bin/ovsinit /usr/local/bin/ovsinit
COPY --from=ghcr.io/vexxhost/openvswitch:latest /usr/bin/ovs-appctl /usr/bin/ovs-appctl
COPY --from=ghcr.io/vexxhost/openvswitch:latest /usr/bin/ovs-ofctl /usr/bin/ovs-ofctl
COPY --from=ghcr.io/vexxhost/openvswitch:latest /usr/bin/ovs-vsctl /usr/bin/ovs-vsctl
COPY --from=ghcr.io/vexxhost/openvswitch:latest /usr/bin/ovsdb-client /usr/bin/ovsdb-client
COPY --from=ghcr.io/vexxhost/openvswitch:latest /usr/sbin/ovsdb-server /usr/sbin/ovsdb-server
COPY --from=ghcr.io/vexxhost/openvswitch:latest /usr/bin/ovsdb-tool /usr/bin/ovsdb-tool
COPY --from=ghcr.io/vexxhost/openvswitch:latest /usr/share/openvswitch/scripts /usr/share/openvswitch/scripts
COPY --from=ghcr.io/vexxhost/openvswitch:latest@sha256:2e8624539c36b50fd317d05f9b167107ccc33120fa34d241b6f835509b139c3b /usr/bin/ovs-appctl /usr/bin/ovs-appctl
COPY --from=ghcr.io/vexxhost/openvswitch:latest@sha256:2e8624539c36b50fd317d05f9b167107ccc33120fa34d241b6f835509b139c3b /usr/bin/ovs-ofctl /usr/bin/ovs-ofctl
COPY --from=ghcr.io/vexxhost/openvswitch:latest@sha256:2e8624539c36b50fd317d05f9b167107ccc33120fa34d241b6f835509b139c3b /usr/bin/ovs-vsctl /usr/bin/ovs-vsctl
COPY --from=ghcr.io/vexxhost/openvswitch:latest@sha256:2e8624539c36b50fd317d05f9b167107ccc33120fa34d241b6f835509b139c3b /usr/bin/ovsdb-client /usr/bin/ovsdb-client
COPY --from=ghcr.io/vexxhost/openvswitch:latest@sha256:2e8624539c36b50fd317d05f9b167107ccc33120fa34d241b6f835509b139c3b /usr/sbin/ovsdb-server /usr/sbin/ovsdb-server
COPY --from=ghcr.io/vexxhost/openvswitch:latest@sha256:2e8624539c36b50fd317d05f9b167107ccc33120fa34d241b6f835509b139c3b /usr/bin/ovsdb-tool /usr/bin/ovsdb-tool
COPY --from=ghcr.io/vexxhost/openvswitch:latest@sha256:2e8624539c36b50fd317d05f9b167107ccc33120fa34d241b6f835509b139c3b /usr/share/openvswitch/scripts /usr/share/openvswitch/scripts
COPY --from=ovn /out/ovn /