We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98748f6 commit 3796d1eCopy full SHA for 3796d1e
dist/images/Dockerfile.base
@@ -42,6 +42,8 @@ RUN dpkg -i /usr/src/python3-openvswitch*.deb /usr/src/libopenvswitch*.deb
42
43
RUN cd /usr/src/ && git clone -b branch-22.03 --depth=1 https://github.com/ovn-org/ovn.git && \
44
cd ovn && \
45
+ # Revert "call ovsrcu_exit() before exit in ovn-northd and ovn-controller to make valgrind happy"
46
+ curl -s https://github.com/kubeovn/ovn/commit/7be7605993968c78853ce0072cc405f494a10ccd.patch | git apply && \
47
# fix ssl listen address
48
curl -s https://github.com/kubeovn/ovn/commit/7992d55af9ac356d3ad934764f473d1b6aa4cf64.patch | git apply && \
49
# ovn-controller: Add a generic way to check if the daemon started recently.
0 commit comments