-
Notifications
You must be signed in to change notification settings - Fork 19
Home
Ondrej Fabry edited this page May 21, 2019
·
9 revisions
Welcome to the vpp-base wiki!
- provide docker images with VPP
- allow building custom images with specific VPP version quickly
- with VPP installed from packagecloud.io
- with VPP built from source
- for other uses
Image Tag | Description |
---|---|
ligato/vpp-base:latest |
VPP installed from master repo (master branch) |
ligato/vpp-base:XXYY |
VPP installed from XXYY repo (stable/XXYY branch) |
ligato/vpp-base:XX.YY.3-gabcdef |
specific VPP version installed |
Image Tag | Description |
---|---|
ligato/vpp-base:latest-debug |
VPP built from master branch |
ligato/vpp-base:XXYY-debug |
VPP built from stable/XXYY branch |
ligato/vpp-base:XX.YY.3-gabcdef-debug |
specific VPP version built |
Image Tag | Description |
---|---|
ligato/vpp-base:xxx-deb |
scratch-based image with .deb packages only |
ligato/vpp-base:xxx-api |
VPP API json files from /usr/share/vpp/api
|