We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb168a8 commit 896262dCopy full SHA for 896262d
Dockerfile
@@ -10,7 +10,7 @@ RUN pip install --upgrade pip\
10
# -------------------------------------------------------------------------------------
11
# install netbox
12
13
-ARG netbox_ver=master
+ARG netbox_ver=v4.1.11
14
15
RUN git clone --single-branch --branch ${netbox_ver} https://github.com/netbox-community/netbox.git /opt/netbox/ && \
16
cd /opt/netbox/ && \
netbox_atlas_plugin/__init__.py
@@ -1,4 +1,4 @@
1
-from extras.plugins import PluginConfig
+from netbox.plugins import PluginConfig
2
3
4
class NetBoxAtlasConfig(PluginConfig):
0 commit comments