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

DO NOT MERGE... FOR TESTING ONLY #2347

Open
wants to merge 1 commit into
base: release-4.14
Choose a base branch
from
Open
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
6 changes: 6 additions & 0 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ RUN dnf install -y --nodocs \
ARG ovsver=3.1.0-137.el9fdp
ARG ovnver=23.09.4-16.el9fdp

COPY ovn23.09-23.09.6-7.el9fdp.x86_64.rpm ovn23.09-central-23.09.6-7.el9fdp.x86_64.rpm ovn23.09-host-23.09.6-7.el9fdp.x86_64.rpm ovn23.09-vtep-23.09.6-7.el9fdp.x86_64.rpm /root/

RUN INSTALL_PKGS="iptables" && \
ovsver_short=$(echo "$ovsver" | cut -d'.' -f1,2) && \
ovnver_short=$(echo "$ovnver" | cut -d'.' -f1,2) && \
Expand All @@ -27,13 +29,17 @@ RUN ovsver_short=$(echo "$ovsver" | cut -d'.' -f1,2) && \
ovnver_short=$(echo "$ovnver" | cut -d'.' -f1,2) && \
sed 's/%/"/g' <<<"%openvswitch$ovsver_short-devel = $ovsver% %openvswitch$ovsver_short-ipsec = $ovsver% %ovn$ovnver_short-vtep = $ovnver%" > /more-pkgs

RUN yum install -y /root/ovn*.rpm

RUN mkdir -p /var/run/openvswitch && \
mkdir -p /var/run/ovn && \
mkdir -p /etc/cni/net.d && \
mkdir -p /opt/cni/bin && \
mkdir -p /usr/libexec/cni/ && \
mkdir -p /root/windows/

RUN rm -f /root/ovn*.rpm

# copy git commit number into image
COPY .git/HEAD /root/.git/HEAD
COPY .git/refs/heads/ /root/.git/refs/heads/
Expand Down
Binary file added ovn23.09-23.09.6-7.el9fdp.x86_64.rpm
Binary file not shown.
Binary file added ovn23.09-central-23.09.6-7.el9fdp.x86_64.rpm
Binary file not shown.
Binary file added ovn23.09-host-23.09.6-7.el9fdp.x86_64.rpm
Binary file not shown.
Binary file added ovn23.09-vtep-23.09.6-7.el9fdp.x86_64.rpm
Binary file not shown.