Skip to content

Commit

Permalink
DO NOT MERGE... FOR TESTING ONLY
Browse files Browse the repository at this point in the history
  • Loading branch information
numansiddique committed Nov 27, 2024
1 parent 85400d6 commit e3aa8be
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
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.

0 comments on commit e3aa8be

Please sign in to comment.