Compare commits

...

6 commits

Author SHA1 Message Date
Dominic 1a9a91d70f
Merge d6f8ae0281 into 95c201f416 2025-12-09 15:31:52 +01:00
Tobias Genannt 95c201f416
Merge pull request #1572 from fbouynot/patch-1
Some checks failed
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04-arm) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04-arm) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04) (push) Has been cancelled
push / Checks syntax of our code (push) Has been cancelled
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04-arm) (push) Has been cancelled
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04) (push) Has been cancelled
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04-arm) (push) Has been cancelled
fix: change the netbox docker version in the image tag
2025-12-08 08:29:27 +01:00
Félix Bouynot 6967b2ca34
feat: bump the version to 3.4.2 so it match a newer docker image 2025-12-01 14:57:07 +01:00
Tobias Genannt 7d6f00662c
Merge pull request #1558 from netbox-community/develop
Version 3.4.2
2025-11-10 12:55:32 +01:00
Dominic d6f8ae0281
Update .gitignore
Formating
2025-08-30 13:19:01 +02:00
Dominic a517836bdd
Update .gitignore
add .env & Dockerfile-Plugins so user who build images with plugins don't get these local files tracked
2025-08-26 08:58:03 +02:00
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -12,3 +12,5 @@ configuration/ldap/*
!configuration/logging.py
!configuration/plugins.py
super-linter.log
.env
Dockerfile-Plugins

View file

@ -1,6 +1,6 @@
services:
netbox: &netbox
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.1}
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.2}
depends_on:
- postgres
- redis