Version 1.4.1
Noteworthy Changes
Project Version in Docker Tag #583
As of this release we will have Docker tags that relate to the version of the NetBox Docker project.
Some examples:
latest-ldap
will also be taggedlatest-ldap-1.4.1
v3.0-ldap
will also be taggedv3.0-ldap-1.4.1
v3.0.2-ldap
will also be taggedv3.0.2-ldap-1.4.1
snapshot-ldap
will also be taggedsnapshot-ldap-1.4.1
latest
will also be taggedlatest-1.4.1
v3.0
will also be taggedv3.0-1.4.1
v3.0.2
will also be taggedv3.0.2-1.4.1
snapshot
will also be taggedsnapshot-1.4.1
Fix for user "101" not found
#589
As a measure to prevent the getpwnam("101") failed, user "101" not found
error, we changed the default user.
It is now the user called unit
with the user-id 100
(instead of the previous user 101
).
We don't expect this to cause troubles, as the group-id will still be 0
(i.e. root
).
You can continue to run the container with any arbitrary user-id as long as the group-id is 0
.
You should not run the container as user root
(i.e. id 0
)!
Updated dependencies #605 #608
- The
python-crc32c
dependency was updated to version1.3.0
.
It's release notes claim Python 3.10 compatibility. - The
django-storage
dependency was updated to version1.12.1
.
It's release notes state support for Django 3.2 among other changes.
Compatibility
This version of Netbox Docker is only compatible with Netbox v3.0.x.
For older versions, use a previous release of Netbox Docker.