Use `--depth` flag to `git clone` in Dockerfiles, to save space

optimize the git clone using --depth flag in term of size of clone
and also in term's of time taken to fetch the files and commit history
of whole repository .

More detail can be found at blog
https://www.atlassian.com/git/tutorials/big-repositories

Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
Change-Id: Ia25d420b2835f8decdcd69490afb259f464295e0
1 file changed
tree: 04a78f0091b4dc5b800ba361f0a2d55938ee8940
  1. .gitignore
  2. .gitreview
  3. README.md
  4. __init__.py
  5. bgprouter_deploy.py
  6. bgprouter_dev.py
  7. dec14demo.py
  8. mcast.py
  9. onoslib.py
  10. onsdemo.py
  11. routinglib.py
  12. simple.py
  13. trellis/
  14. vrouter.py
README.md

Routing libraries and topologies for Mininet

This repository contains a set of libraries and scripts that build on top of Mininet to construct topologies that include L3 routing elements. Quagga is used to construct routes that support a variety of routing protocols.

Dependencies

  • Mininet: sudo apt-get install mininet
  • Quagga: sudo apt-get install quagga
  • ipaddress: sudo pip install ipaddress (if that doesn't work use sudo apt-get install python-pip)