File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ image-kube-ovn: build-go
61
61
62
62
.PHONY : image-debug
63
63
image-debug : build-go
64
- docker buildx build --platform linux/amd64 --build-arg ARCH=amd64 -t $(REGISTRY ) /kube-ovn:$( RELEASE_TAG ) -o type=docker -f dist/images/Dockerfile.debug dist/images/
64
+ docker buildx build --platform linux/amd64 --build-arg ARCH=amd64 -t $(REGISTRY ) /kube-ovn:debug -o type=docker -f dist/images/Dockerfile.debug dist/images/
65
65
66
66
.PHONY : image-vpc-nat-gateway
67
67
image-vpc-nat-gateway :
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ RUN cd /usr/src/ && \
15
15
cd ovs && \
16
16
# ofproto: Fix re-creation of tunnel backing interfaces on restart.
17
17
curl -s https://github.com/openvswitch/ovs/commit/8661abd4c41a89116fbd4e4d210e73165cedd323.patch | git apply && \
18
+ # dpif-netlink.: fix ofpbuf memory leak
19
+ curl -s https://github.com/kubeovn/ovs/commit/c57d7a24cf72a55193aee9bcc2d0425e9477a45b.patch | git apply && \
18
20
# fix memleak
19
21
curl -s https://github.com/kubeovn/ovs/commit/2dc8e7aa202818952b2fa80b47298604530c9de0.patch | git apply && \
20
22
# fix log file descriptor leak in monitor process
You can’t perform that action at this time.
0 commit comments