We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff6449 commit cc566dfCopy full SHA for cc566df
dist/images/Dockerfile.base
@@ -94,7 +94,7 @@ RUN cd /usr/src/ && \
94
# update ovs-sandbox for docker run
95
git apply $SRC_DIR/54b767822916606dbb78335a3197983f435b5b8a.patch
96
97
-RUN cd /usr/src/ && git clone -b branch-25.03 --depth=1 https://github.com/ovn-org/ovn.git && \
+RUN cd /usr/src/ && git clone -b branch-25.03 https://github.com/ovn-org/ovn.git && \
98
cd ovn && git reset --hard d6f67771b336f5e16ac3fa74258de96cbb748ff6 && \
99
# modify src route priority
100
git apply $SRC_DIR/9ee66bd91be65605cffb9a490b4dba3bc13358e9.patch && \
0 commit comments