Skip to content

Commit

Permalink
Use ghcr for source image
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobw committed Oct 9, 2024
1 parent 5520cb0 commit 7c5dd49
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
FROM netboxcommunity/netbox:latest
LABEL org.opencontainers.image.source=https://github.com/jacobw/netbox-docker-plugins

FROM ghcr.io/netbox-community/netbox:latest

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

0 comments on commit 7c5dd49

Please sign in to comment.