Skip to content

Commit

Permalink
chore: add build date
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Jul 31, 2020
1 parent d206d26 commit 45d3071
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:experimental
FROM centos:8 as ovs-rpm

ENV BUILD_DATE 20200731
ARG RPM_ARCH
ARG ARCH

Expand All @@ -20,6 +20,7 @@ RUN bash /root/build.sh && \


FROM centos:8
ENV BUILD_DATE 20200731
RUN yum remove -y bind-export-libs && yum update -y && \
yum install -y \
firewalld-filesystem \
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.dpdk1911
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE: At time of writing, CentOS 8 does not have dpdk-devel v19.11 in the Yum repo.
# This package is required to build the OVS-DPDK RPMs and is available in Fedora 32.
FROM fedora:32 as dpdk

ENV BUILD_DATE 20200731
ENV RPM_ARCH=x86_64

ENV DPDK_VERSION=19.11.1
Expand Down

0 comments on commit 45d3071

Please sign in to comment.