Skip to content

Commit 1381e6a

Browse files
committed
update netbox image
1 parent edba5dc commit 1381e6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile-Plugins

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM netboxcommunity/netbox:v3.6.9
1+
FROM netboxcommunity/netbox:v3.7.8
22
LABEL org.opencontainers.image.source https://github.com/fpm-git/netbox
33

44
COPY ./plugin_requirements.txt /

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# build custom image
22
```
3-
docker build -t ghcr.io/fpm-git/netbox:v1.0.1-up3.5.3 -f Dockerfile-Plugins .
4-
docker push ghcr.io/fpm-git/netbox:v1.0.1-up3.5.3
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
55
```
66

77
Installed the following two plugins: https://github.com/mattieserver/netbox-topology-views and https://github.com/jasonyates/netbox-documents

0 commit comments

Comments
 (0)