diff --git a/dist/images/Dockerfile.base b/dist/images/Dockerfile.base index 1762b3d89d0..2bbfbecf6d6 100644 --- a/dist/images/Dockerfile.base +++ b/dist/images/Dockerfile.base @@ -63,7 +63,9 @@ RUN cd /usr/src/ && git clone -b branch-24.03 --depth=1 https://github.com/ovn-o # ovn-controller: make activation strategy work for single chassis curl -s https://github.com/kubeovn/ovn/commit/1160d956e49e8f3f1b19535dbf1b9a624a090717.patch | git apply && \ # support dedicated BFD LRP - curl -s https://github.com/kubeovn/ovn/commit/40345aa35d03c93cde877ccfa8111346291ebc7c.patch | git apply + 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 RUN apt install -y build-essential fakeroot \ autoconf automake bzip2 debhelper-compat dh-exec dh-python dh-sequence-python3 dh-sequence-sphinxdoc \