Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add IPsec package with IPv6 fix #471

Closed
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ RUN yum install -y \
ARG ovsver=2.15.0-2.el8fdp
ARG ovnver=20.12.0-25.el8fdp

COPY openvswitch2.15-2.15.0-9.el8fdp.x86_64.rpm openvswitch2.15-ipsec-2.15.0-9.el8fdp.x86_64.rpm python3-openvswitch2.15-2.15.0-9.el8fdp.x86_64.rpm /root

RUN INSTALL_PKGS=" \
openssl python3-pyOpenSSL firewalld-filesystem \
libpcap iproute iproute-tc strace \
Expand All @@ -45,6 +47,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.15 = $ovsver" "openvswitch2.15-devel = $ovsver" "python3-openvswitch2.15 = $ovsver" "openvswitch2.15-ipsec = $ovsver" && \
rpm -Uhv --force --nodeps /root/*openvswitch*.rpm && \
yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False "ovn2.13 = $ovnver" "ovn2.13-central = $ovnver" "ovn2.13-host = $ovnver" "ovn2.13-vtep = $ovnver" && \
yum clean all && rm -rf /var/cache/*

Expand Down
Binary file added openvswitch2.15-2.15.0-9.el8fdp.x86_64.rpm
Binary file not shown.
Binary file added openvswitch2.15-ipsec-2.15.0-9.el8fdp.x86_64.rpm
Binary file not shown.
Binary file not shown.