We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd54dc commit 5e45a95Copy full SHA for 5e45a95
Dockerfile.base
@@ -13,7 +13,7 @@ RUN yum install -y \
13
yum clean all
14
15
ARG ovsver=2.17.0-148.el8fdp
16
-ARG ovnver=23.06.1-112.el8fdp
+ARG ovnver=23.06.4-26.el8fdp
17
18
RUN \
19
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "openvswitch2.17 = $ovsver" "python3-openvswitch2.17 = $ovsver" && \
dist/images/Dockerfile.fedora
@@ -15,7 +15,7 @@ USER root
ENV PYTHONDONTWRITEBYTECODE yes
-ARG ovnver=ovn-22.06.0-33.fc36
+ARG ovnver=ovn-22.06.0-273.fc36
# Automatically populated when using docker buildx
20
ARG TARGETPLATFORM
21
ARG BUILDPLATFORM
0 commit comments