Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN dnf install -y --nodocs \
selinux-policy procps-ng && \
dnf clean all

ARG ovsver=3.1.0-2.el9fdp
ARG ovnver=23.03.0-7.el9fdp
ARG ovsver=3.1.0-32.el9fdp
ARG ovnver=23.03.0-69.el9fdp

RUN INSTALL_PKGS="iptables" && \
dnf install -y --nodocs $INSTALL_PKGS && \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.base.rhel9
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN dnf install -y --nodocs \
selinux-policy procps-ng && \
dnf clean all

ARG ovsver=3.1.0-2.el9fdp
ARG ovnver=23.03.0-7.el9fdp
ARG ovsver=3.1.0-32.el9fdp
ARG ovnver=23.03.0-69.el9fdp

RUN INSTALL_PKGS="iptables" && \
dnf install -y --nodocs $INSTALL_PKGS && \
Expand Down