Files
Martin Hauser a6f0508735
CI / run-lint (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
CI / Runs plugin tests (push) Has been cancelled
Closes #337: Update version to 2.0.1 and add NetBox 4.6 support (#348)
Bumps version from 2.0.0 to 2.0.1 across all files.
Adds NetBox 4.6.x compatibility while maintaining 4.5.x support.
Updates Docker base image, configuration file, screenshots, and
fixes typo in SECURITY.md.
2026-05-25 22:18:17 +02:00

9 lines
202 B
Docker

ARG NETBOX_VARIANT=v4.6
FROM netboxcommunity/netbox:${NETBOX_VARIANT}
RUN mkdir -pv /plugins/netbox-acls
COPY . /plugins/netbox-acls
RUN /usr/local/bin/uv pip install --editable /plugins/netbox-acls