add topology-view to plugins-image build

This commit is contained in:
Ethan 2024-04-10 15:24:56 +01:00
parent f1ca9ab7eb
commit 10b861621c
No known key found for this signature in database
GPG Key ID: 11F34734B59C6668
3 changed files with 6 additions and 1 deletions

4
Dockerfile-Plugins Normal file
View File

@ -0,0 +1,4 @@
FROM netboxcommunity/netbox:latest
COPY ./plugin_requirements.txt /opt/netbox/
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /opt/netbox/plugin_requirements.txt

View File

@ -4,7 +4,7 @@
# To learn how to build images with your required plugins # To learn how to build images with your required plugins
# See https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins # See https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins
# PLUGINS = ["netbox_bgp"] PLUGINS = ["netbox_topology_views"]
# PLUGINS_CONFIG = { # PLUGINS_CONFIG = {
# "netbox_bgp": { # "netbox_bgp": {

1
plugin_requirements.txt Normal file
View File

@ -0,0 +1 @@
netbox-topology-views