File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -90,11 +90,11 @@ COPY --from=ovn-kubernetes /src/ovn-kubernetes/dist/images/ovndb-raft-functions.
9090COPY --from=ovn-kubernetes /src/ovn-kubernetes/dist/images/ovnkube.sh /root/ovnkube.sh
9191COPY --from=ovn-kubernetes /ovn-kube-util /usr/bin/ovn-kube-util
9292COPY --from=ovsinit /usr/local/cargo/bin/ovsinit /usr/local/bin/ovsinit
93- COPY --from=ghcr.io/vexxhost/openvswitch:latest /usr/bin/ovs-appctl /usr/bin/ovs-appctl
94- COPY --from=ghcr.io/vexxhost/openvswitch:latest /usr/bin/ovs-ofctl /usr/bin/ovs-ofctl
95- COPY --from=ghcr.io/vexxhost/openvswitch:latest /usr/bin/ovs-vsctl /usr/bin/ovs-vsctl
96- COPY --from=ghcr.io/vexxhost/openvswitch:latest /usr/bin/ovsdb-client /usr/bin/ovsdb-client
97- COPY --from=ghcr.io/vexxhost/openvswitch:latest /usr/sbin/ovsdb-server /usr/sbin/ovsdb-server
98- COPY --from=ghcr.io/vexxhost/openvswitch:latest /usr/bin/ovsdb-tool /usr/bin/ovsdb-tool
99- COPY --from=ghcr.io/vexxhost/openvswitch:latest /usr/share/openvswitch/scripts /usr/share/openvswitch/scripts
93+ COPY --from=ghcr.io/vexxhost/openvswitch:latest@sha256:2e8624539c36b50fd317d05f9b167107ccc33120fa34d241b6f835509b139c3b /usr/bin/ovs-appctl /usr/bin/ovs-appctl
94+ COPY --from=ghcr.io/vexxhost/openvswitch:latest@sha256:2e8624539c36b50fd317d05f9b167107ccc33120fa34d241b6f835509b139c3b /usr/bin/ovs-ofctl /usr/bin/ovs-ofctl
95+ COPY --from=ghcr.io/vexxhost/openvswitch:latest@sha256:2e8624539c36b50fd317d05f9b167107ccc33120fa34d241b6f835509b139c3b /usr/bin/ovs-vsctl /usr/bin/ovs-vsctl
96+ COPY --from=ghcr.io/vexxhost/openvswitch:latest@sha256:2e8624539c36b50fd317d05f9b167107ccc33120fa34d241b6f835509b139c3b /usr/bin/ovsdb-client /usr/bin/ovsdb-client
97+ COPY --from=ghcr.io/vexxhost/openvswitch:latest@sha256:2e8624539c36b50fd317d05f9b167107ccc33120fa34d241b6f835509b139c3b /usr/sbin/ovsdb-server /usr/sbin/ovsdb-server
98+ COPY --from=ghcr.io/vexxhost/openvswitch:latest@sha256:2e8624539c36b50fd317d05f9b167107ccc33120fa34d241b6f835509b139c3b /usr/bin/ovsdb-tool /usr/bin/ovsdb-tool
99+ COPY --from=ghcr.io/vexxhost/openvswitch:latest@sha256:2e8624539c36b50fd317d05f9b167107ccc33120fa34d241b6f835509b139c3b /usr/share/openvswitch/scripts /usr/share/openvswitch/scripts
100100COPY --from=ovn /out/ovn /
You can’t perform that action at this time.
0 commit comments