File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ LABEL org.opencontainers.image.source https://github.com/fpm-git/netbox
3
3
4
4
COPY ./plugin_requirements.txt /
5
5
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /plugin_requirements.txt
6
+ RUN /opt/netbox/venv/bin/pip install --no-warn-script-location git+https://github.com/LHBL2003/netbox-qrcode@HTML-Label-Design
6
7
7
8
COPY docker/nginx-unit.json /etc/unit/
8
9
Original file line number Diff line number Diff line change 1
1
# build custom image
2
2
```
3
- docker build -t ghcr.io/fpm-git/netbox:v1.0.5 -up3.7.8 -f Dockerfile-Plugins .
4
- docker push ghcr.io/fpm-git/netbox:v1.0.5 -up3.7.8
3
+ docker build -t ghcr.io/fpm-git/netbox:v1.0.6 -up3.7.8 -f Dockerfile-Plugins .
4
+ docker push ghcr.io/fpm-git/netbox:v1.0.6 -up3.7.8
5
5
```
6
6
7
7
Installed the following two plugins: https://github.com/mattieserver/netbox-topology-views and https://github.com/jasonyates/netbox-documents
Original file line number Diff line number Diff line change 1
1
netbox-documents==0.6.4
2
- netbox-qrcode==0.0.11
2
+ # netbox-qrcode==0.0.11
You can’t perform that action at this time.
0 commit comments