mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Robert Drake
6ed33af063
Changes to Dockerfile to make the build faster
To download a new version with docker, I've been running git pull docker-compose build --no-cache This is slow, but no-cache is needed so that "git clone" pulls the latest copy. Most of the slowness comes from pulling down apt files each time a rebuild needs to be done. If we move that into a docker image then only the local changes need to be rebuilt. Further refinements could be done. If the python dependencies that are brought in from requirements.txt could be moved to an image then nothing would change between updates as long as dependant versions hadn't changed. This would probably be more trouble than it's worth, unless you're recreating netbox containers 10-20 times a day.
NetBox is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers.
NetBox runs as a web application atop the Django Python framework with a PostgreSQL database. For a complete list of requirements, see requirements.txt
. The code is available on GitHub.
The complete documentation for Netbox can be found at Read the Docs.
Questions? Comments? Please join us on IRC in #netbox on irc.freenode.net!
Build Status
python 2.7 | |
---|---|
master | |
develop |
Screenshots
Installation
Please see the documentation for instructions on installing NetBox.
To upgrade NetBox, please download the latest release and run upgrade.sh
.
Description
The premier source of truth powering network automation. Open source under Apache 2. Public demo: https://demo.netbox.dev
Readme
118 MiB
Languages
Python
94.1%
HTML
4.8%
TypeScript
0.9%
SCSS
0.1%