mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-02-21 21:31:08 +00:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e476ecbb73 | ||
|
|
51fa7a3484 | ||
|
|
be59b22e53 | ||
|
|
42892c1d3a | ||
|
|
b9c64695af | ||
|
|
99cf56960c | ||
|
|
aa6250c1e6 | ||
|
|
f0d0bbc852 | ||
|
|
0997c32752 | ||
|
|
3e984c50bf |
@@ -1,7 +1,7 @@
|
|||||||
ARG FROM
|
ARG FROM
|
||||||
FROM ${FROM} AS builder
|
FROM ${FROM} AS builder
|
||||||
|
|
||||||
COPY --from=ghcr.io/astral-sh/uv:0.9 /uv /usr/local/bin/
|
COPY --from=ghcr.io/astral-sh/uv:0.10 /uv /usr/local/bin/
|
||||||
RUN export DEBIAN_FRONTEND=noninteractive \
|
RUN export DEBIAN_FRONTEND=noninteractive \
|
||||||
&& apt-get update -qq \
|
&& apt-get update -qq \
|
||||||
&& apt-get upgrade \
|
&& apt-get upgrade \
|
||||||
|
|||||||
@@ -363,3 +363,6 @@ TIME_ZONE = environ.get('TIME_ZONE', 'UTC')
|
|||||||
|
|
||||||
# If true disables miscellaneous functionality which depends on access to the Internet.
|
# If true disables miscellaneous functionality which depends on access to the Internet.
|
||||||
ISOLATED_DEPLOYMENT = _environ_get_and_map('ISOLATED_DEPLOYMENT', 'False', _AS_BOOL)
|
ISOLATED_DEPLOYMENT = _environ_get_and_map('ISOLATED_DEPLOYMENT', 'False', _AS_BOOL)
|
||||||
|
|
||||||
|
# Enables or disables the NetBox Copilot agent globally. When enabled, users can opt to toggle the agent individually.
|
||||||
|
COPILOT_ENABLED = _environ_get_and_map('COPILOT_ENABLED', 'True', _AS_BOOL)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
django-auth-ldap==5.3.0
|
django-auth-ldap==5.3.0
|
||||||
dulwich==1.0.0
|
dulwich==1.1.0
|
||||||
granian[uvloop]==2.7.0
|
granian[uvloop]==2.7.1
|
||||||
python3-saml==1.16.0
|
python3-saml==1.16.0
|
||||||
--no-binary lxml
|
--no-binary lxml
|
||||||
--no-binary xmlsec
|
--no-binary xmlsec
|
||||||
sentry-sdk[django]==2.51.0
|
sentry-sdk[django]==2.53.0
|
||||||
|
|||||||
Reference in New Issue
Block a user