We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edba5dc commit 1381e6aCopy full SHA for 1381e6a
Dockerfile-Plugins
@@ -1,4 +1,4 @@
1
-FROM netboxcommunity/netbox:v3.6.9
+FROM netboxcommunity/netbox:v3.7.8
2
LABEL org.opencontainers.image.source https://github.com/fpm-git/netbox
3
4
COPY ./plugin_requirements.txt /
README.md
@@ -1,7 +1,7 @@
# build custom image
```
-docker build -t ghcr.io/fpm-git/netbox:v1.0.1-up3.5.3 -f Dockerfile-Plugins .
-docker push ghcr.io/fpm-git/netbox:v1.0.1-up3.5.3
+docker build -t ghcr.io/fpm-git/netbox:v1.0.5-up3.7.8 -f Dockerfile-Plugins .
+docker push ghcr.io/fpm-git/netbox:v1.0.5-up3.7.8
5
6
7
Installed the following two plugins: https://github.com/mattieserver/netbox-topology-views and https://github.com/jasonyates/netbox-documents
0 commit comments