Skip to content

Commit ffd7994

Browse files
committed
add lb:option
Signed-off-by: clyi <[email protected]>
1 parent ee6f907 commit ffd7994

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dist/images/Dockerfile.base

+3-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ RUN cd /usr/src/ && git clone -b branch-24.03 --depth=1 https://github.com/ovn-o
6565
# support dedicated BFD LRP
6666
curl -s https://github.com/kubeovn/ovn/commit/40345aa35d03c93cde877ccfa8111346291ebc7c.patch | git apply && \
6767
# skip node local dns ip conntrack when set acl
68-
curl -s https://github.com/kubeovn/ovn/commit/e7d3ba53cdcbc524bb29c54ddb07b83cc4258ed7.patch | git apply
68+
curl -s https://github.com/kubeovn/ovn/commit/e7d3ba53cdcbc524bb29c54ddb07b83cc4258ed7.patch | git apply && \
69+
# select local backend first
70+
curl -s https://github.com/kubeovn/ovn/commit/9eb8a481033a1586e3378cccbcd0b54c68ec127a.patch | git apply
6971

7072
RUN apt install -y build-essential fakeroot \
7173
autoconf automake bzip2 debhelper-compat dh-exec dh-python dh-sequence-python3 dh-sequence-sphinxdoc \

0 commit comments

Comments
 (0)