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 7214385 commit 9e019d8Copy full SHA for 9e019d8
netbox/Containerfile
@@ -6,7 +6,8 @@ COPY --chmod=0755 files/launch.sh /opt/netbox/launch.sh
6
COPY --from=ghcr.io/astral-sh/uv:0.7.14 /uv /usr/local/bin/uv
7
8
RUN /usr/local/bin/uv pip install --no-cache -r /requirements.txt \
9
- && chown -R unit: /opt/netbox/netbox/static
+ && chown -R unit: /opt/netbox/netbox/static \
10
+ && mkdir -p /opt/netbox/netbox/static/netbox_topology_views/img
11
12
CMD [ "/opt/netbox/docker-entrypoint.sh", "/opt/netbox/launch.sh" ]
13
netbox/requirements.txt
@@ -9,3 +9,4 @@ netbox-data-flows==1.1.1
netbox-initializers==4.3.0
netbox-plugin-dns==1.3.2
netbox-secrets==2.3.0
+netbox-topology-views==4.3.0
0 commit comments