Skip to content

Commit 141aab2

Browse files
committed
update netbox and plugin
Switch back to useing netbox-qrcode now that we will be on netbox 4
1 parent e48fb5e commit 141aab2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile-Plugins

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM netboxcommunity/netbox:v3.7.8
1+
FROM netboxcommunity/netbox:v4.2.6
22
LABEL org.opencontainers.image.source https://github.com/fpm-git/netbox
33

44
RUN sed -i 's|http://archive.ubuntu.com/ubuntu|http://old-releases.ubuntu.com/ubuntu|g' /etc/apt/sources.list && \
@@ -10,7 +10,7 @@ RUN sed -i 's|http://archive.ubuntu.com/ubuntu|http://old-releases.ubuntu.com/ub
1010

1111
COPY ./plugin_requirements.txt /
1212
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /plugin_requirements.txt
13-
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location git+https://github.com/LHBL2003/netbox-qrcode@HTML-Label-Design
13+
#RUN /opt/netbox/venv/bin/pip install --no-warn-script-location git+https://github.com/LHBL2003/netbox-qrcode@HTML-Label-Design
1414

1515
COPY docker/nginx-unit.json /etc/unit/
1616

plugin_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
netbox-documents==0.6.4
2-
#netbox-qrcode==0.0.11
1+
netbox-documents==0.7.2
2+
netbox-qrcode==0.0.17

0 commit comments

Comments
 (0)