We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5520cb0 commit 7c5dd49Copy full SHA for 7c5dd49
Dockerfile
@@ -1,6 +1,4 @@
1
-FROM netboxcommunity/netbox:latest
2
-LABEL org.opencontainers.image.source=https://github.com/jacobw/netbox-docker-plugins
3
-
+FROM ghcr.io/netbox-community/netbox:latest
4
5
COPY ./plugin_requirements.txt /opt/netbox/
6
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /opt/netbox/plugin_requirements.txt
0 commit comments