Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Kube OVN
Commits
45d30713
Commit
45d30713
authored
4 years ago
by
Mengxin Liu
Committed by
oilbeater
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
chore: add build date
parent
d206d268
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dist/images/Dockerfile
+2
-1
dist/images/Dockerfile
dist/images/Dockerfile.dpdk1911
+1
-1
dist/images/Dockerfile.dpdk1911
with
3 additions
and
2 deletions
+3
-2
dist/images/Dockerfile
+
2
-
1
View file @
45d30713
# syntax = docker/dockerfile:experimental
FROM
centos:8
as
ovs-rpm
ENV
BUILD_DATE 20200731
ARG
RPM_ARCH
ARG
ARCH
...
...
@@ -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
\
...
...
This diff is collapsed.
Click to expand it.
dist/images/Dockerfile.dpdk1911
+
1
-
1
View file @
45d30713
# 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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help