Add new fields to models and upgrade to NetBox v3.7.2 (#36)
Closes #10, #26, #35
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ RUN pip install -U .[build]
|
||||
RUN python -m build
|
||||
RUN pip install --no-index /build
|
||||
|
||||
FROM netboxcommunity/netbox:v3.6.1
|
||||
FROM netboxcommunity/netbox:v3.7.2
|
||||
|
||||
ARG PYTHON_VERSION=3.10
|
||||
COPY --from=compile-image /opt/netbox/venv/lib/python${PYTHON_VERSION}/site-packages/netbox_slm /opt/netbox/venv/lib/python${PYTHON_VERSION}/site-packages/netbox_slm
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM netboxcommunity/netbox:v3.6.1
|
||||
FROM netboxcommunity/netbox:v3.7.2
|
||||
|
||||
RUN mkdir /ci && chmod go+w /ci
|
||||
COPY ../ci/requirements_ci.txt /ci/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: '3.7'
|
||||
services:
|
||||
netbox: &netbox
|
||||
image: netboxcommunity/netbox:${VERSION-v3.6.1}
|
||||
image: netboxcommunity/netbox:${VERSION-v3.7.2}
|
||||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
|
||||
Reference in New Issue
Block a user