mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-12 22:56:48 +00:00
Compare commits
8 commits
b956ceffc4
...
5adfbe4ffd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5adfbe4ffd | ||
|
|
263fcf35bf | ||
|
|
fb1cfd880a | ||
|
|
e9a8e14aa8 | ||
|
|
1b0da4048b | ||
|
|
e61aba8388 | ||
|
|
d6f8ae0281 | ||
|
|
a517836bdd |
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -40,6 +40,8 @@ jobs:
|
||||||
VALIDATE_DOCKERFILE: false
|
VALIDATE_DOCKERFILE: false
|
||||||
VALIDATE_GITLEAKS: false
|
VALIDATE_GITLEAKS: false
|
||||||
VALIDATE_JSCPD: false
|
VALIDATE_JSCPD: false
|
||||||
|
VALIDATE_TRIVY: false
|
||||||
|
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
|
||||||
FILTER_REGEX_EXCLUDE: (.*/)?(LICENSE|configuration/.*)
|
FILTER_REGEX_EXCLUDE: (.*/)?(LICENSE|configuration/.*)
|
||||||
EDITORCONFIG_FILE_NAME: .editorconfig-checker.json
|
EDITORCONFIG_FILE_NAME: .editorconfig-checker.json
|
||||||
DOCKERFILE_HADOLINT_FILE_NAME: .hadolint.yaml
|
DOCKERFILE_HADOLINT_FILE_NAME: .hadolint.yaml
|
||||||
|
|
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -12,3 +12,5 @@ configuration/ldap/*
|
||||||
!configuration/logging.py
|
!configuration/logging.py
|
||||||
!configuration/plugins.py
|
!configuration/plugins.py
|
||||||
super-linter.log
|
super-linter.log
|
||||||
|
.env
|
||||||
|
Dockerfile-Plugins
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
netbox: &netbox
|
netbox: &netbox
|
||||||
image: docker.io/netboxcommunity/netbox:${VERSION-v4.3-3.3.0}
|
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.0}
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
- redis
|
- redis
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ dulwich==0.24.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.35.2
|
sentry-sdk[django]==2.36.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue