From 95c8921b0da689be477771b6ee6a17d52e7375a1 Mon Sep 17 00:00:00 2001 From: zhangzujian Date: Sat, 17 Aug 2024 05:43:55 +0000 Subject: [PATCH] wip Signed-off-by: zhangzujian --- dist/images/Dockerfile.base | 2 -- 1 file changed, 2 deletions(-) diff --git a/dist/images/Dockerfile.base b/dist/images/Dockerfile.base index 1d16873551d6..5c3c1705d54a 100644 --- a/dist/images/Dockerfile.base +++ b/dist/images/Dockerfile.base @@ -56,8 +56,6 @@ RUN cd /usr/src/ && git clone -b branch-24.03 --depth=1 https://github.com/ovn-o curl -s https://github.com/kubeovn/ovn/commit/3eb25ce85393e97814c6a2b70101afdc66c6626c.patch | git apply && \ # northd: skip arp/nd request for lrp addresses from localnet ports curl -s https://github.com/kubeovn/ovn/commit/1aa952f2f1b348739d2585618a6f2afff2ed4501.patch | git apply && \ - # ovn-controller: make activation strategy work for single chassis - curl -s https://github.com/kubeovn/ovn/commit/487cd1c6c0cc9def7cedaaaf3dd4bc99c23974c4.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 \