mirror of
https://github.com/netbox-community/netbox-acls.git
synced 2026-06-01 18:58:58 +02:00
a6f0508735
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.
9 lines
202 B
Docker
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
|