Skip to content

Commit

Permalink
bump ovn version to ovn-2021-21.12.0-32.el8fdp
Browse files Browse the repository at this point in the history
change the Dockerfile to ovn-2021-21.12.0-32.el8fdp and
dockerfile.fedora to ovn-21.12.0-5.fc35
  • Loading branch information
JacobTanenbaum committed Mar 23, 2022
1 parent 8699d75 commit a115091
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN yum install -y \
yum clean all

ARG ovsver=2.16.0-15.el8fdp
ARG ovnver=21.12.0-25.el8fdp
ARG ovnver=21.12.0-32.el8fdp

RUN INSTALL_PKGS=" \
openssl python3-pyOpenSSL firewalld-filesystem \
Expand All @@ -45,7 +45,7 @@ RUN INSTALL_PKGS=" \
" && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False $INSTALL_PKGS && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "openvswitch2.16 = $ovsver" "openvswitch2.16-devel = $ovsver" "python3-openvswitch2.16 = $ovsver" "openvswitch2.16-ipsec = $ovsver" && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "ovn21.12 = $ovnver" "ovn21.12-central = $ovnver" "ovn21.12-host = $ovnver" "ovn21.12-vtep = $ovnver" && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "ovn-2021 = $ovnver" "ovn-2021-central = $ovnver" "ovn-2021-host = $ovnver" "ovn-2021-vtep = $ovnver" && \
yum clean all && rm -rf /var/cache/*

RUN mkdir -p /var/run/openvswitch && \
Expand Down
4 changes: 2 additions & 2 deletions dist/images/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
# are built locally and included in the image (instead of the rpm)
#

FROM fedora:33
FROM fedora:35

USER root

ENV PYTHONDONTWRITEBYTECODE yes

ARG ovnver=ovn-21.03.0-32.fc33
ARG ovnver=ovn-21.12.0-5.fc35

# install needed rpms - openvswitch must be 2.10.4 or higher
RUN INSTALL_PKGS=" \
Expand Down

0 comments on commit a115091

Please sign in to comment.