diff --git a/dist/images/Dockerfile.base b/dist/images/Dockerfile.base index 2bbfbecf6d6..ac3a62907cf 100644 --- a/dist/images/Dockerfile.base +++ b/dist/images/Dockerfile.base @@ -65,7 +65,9 @@ RUN cd /usr/src/ && git clone -b branch-24.03 --depth=1 https://github.com/ovn-o # support dedicated BFD LRP curl -s https://github.com/kubeovn/ovn/commit/40345aa35d03c93cde877ccfa8111346291ebc7c.patch | git apply && \ # skip node local dns ip conntrack when set acl - curl -s https://github.com/kubeovn/ovn/commit/e7d3ba53cdcbc524bb29c54ddb07b83cc4258ed7.patch | git apply + curl -s https://github.com/kubeovn/ovn/commit/e7d3ba53cdcbc524bb29c54ddb07b83cc4258ed7.patch | git apply && \ + # select local backend first + curl -s https://github.com/kubeovn/ovn/commit/1aa74709c26bb15e0ca8e7423e8ec4a18c4d47d3.patch | git apply RUN apt install -y build-essential fakeroot \ autoconf automake bzip2 debhelper-compat dh-exec dh-python dh-sequence-python3 dh-sequence-sphinxdoc \