* Updated imports for Netbox 3.6.1 Closes #21 and #23 * Changed Fieldtypes of Start and Expiration Date Closes #22 * Bump to NetBox v3.6.1 * Add pyproject.toml and python workflow --------- Co-authored-by: Manuel Hartung <manuel.hartung@atos.net>
8 lines
197 B
Plaintext
8 lines
197 B
Plaintext
FROM netboxcommunity/netbox:v3.6.1
|
|
|
|
RUN mkdir /ci && chmod go+w /ci
|
|
COPY ../ci/requirements_ci.txt /ci/
|
|
RUN pip install -r /ci/requirements_ci.txt
|
|
|
|
COPY ../netbox_slm /opt/netbox/netbox/netbox_slm
|