Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-UPF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-UPF
Commits
ffc2050b
Commit
ffc2050b
authored
Aug 06, 2022
by
Rohan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to VPP 2202
parent
a54cb339
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docker/Dockerfile.upf-vpp.rhel7
docker/Dockerfile.upf-vpp.rhel7
+1
-1
docker/Dockerfile.upf-vpp.ubuntu
docker/Dockerfile.upf-vpp.ubuntu
+1
-1
No files found.
docker/Dockerfile.upf-vpp.rhel7
View file @
ffc2050b
...
...
@@ -67,7 +67,7 @@ WORKDIR /vpp-upf
COPY . .
# Applying vpp patches
RUN git clone -b stable/2
101
https://github.com/fdio/vpp.git && \
RUN git clone -b stable/2
202
https://github.com/fdio/vpp.git && \
git clone -b stable/1.4 https://github.com/travelping/upg-vpp.git && \
cd upg-vpp && \
cd .. && \
...
...
docker/Dockerfile.upf-vpp.ubuntu
View file @
ffc2050b
...
...
@@ -57,7 +57,7 @@ WORKDIR /vpp-upf
COPY . .
# Applying vpp patches
RUN git clone -b stable/2
101
https://github.com/fdio/vpp.git && \
RUN git clone -b stable/2
202
https://github.com/fdio/vpp.git && \
git clone -b stable/1.4 https://github.com/travelping/upg-vpp.git && \
cd upg-vpp && \
cd .. && \
...
...
Write
Preview
Markdown
is supported
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