Skip to content

Commit 7c5dd49

Browse files
committed
Use ghcr for source image
1 parent 5520cb0 commit 7c5dd49

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
FROM netboxcommunity/netbox:latest
2-
LABEL org.opencontainers.image.source=https://github.com/jacobw/netbox-docker-plugins
3-
1+
FROM ghcr.io/netbox-community/netbox:latest
42

53
COPY ./plugin_requirements.txt /opt/netbox/
64
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /opt/netbox/plugin_requirements.txt

0 commit comments

Comments
 (0)