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 1
1
# syntax = docker/dockerfile:experimental
2
- FROM kubeovn/kube-ovn-base:v1.9.25
2
+ FROM kubeovn/kube-ovn-base:v1.9.26
3
3
4
4
ARG ARCH
5
5
ENV DUMB_INIT_VERSION="1.2.5"
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ RUN cd /usr/src/ && git clone -b branch-21.06 --depth=1 https://github.com/ovn-o
61
61
curl -s https://github.com/kubeovn/ovn/commit/0f6fe4202001c0950dc689179e7a4ad9554a51fa.patch | git apply && \
62
62
# ovn-controller: do not send GARP on localnet for Kube-OVN ports
63
63
curl -s https://github.com/kubeovn/ovn/commit/60207f7a3d072848936221f1b767722984fd50ae.patch | git apply && \
64
+ # backport tos inherit from inner packet
65
+ curl -s https://github.com/kubeovn/ovn/commit/89eaa68a006f29b2e766062e796d452fee12c3f2.patch | git apply && \
64
66
sed -i 's/OVN/ovn/g' debian/changelog && \
65
67
rm -rf .git && \
66
68
./boot.sh && \
You can’t perform that action at this time.
0 commit comments