Skip to content

Commit 5a1ab43

Browse files
chore(deps): pin ghcr.io/vexxhost/openvswitch docker tag to 2e86245
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e46419b commit 5a1ab43

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ COPY --from=ovn-kubernetes /src/ovn-kubernetes/dist/images/ovndb-raft-functions.
9090
COPY --from=ovn-kubernetes /src/ovn-kubernetes/dist/images/ovnkube.sh /root/ovnkube.sh
9191
COPY --from=ovn-kubernetes /ovn-kube-util /usr/bin/ovn-kube-util
9292
COPY --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
100100
COPY --from=ovn /out/ovn /

0 commit comments

Comments
 (0)