-
-
Notifications
You must be signed in to change notification settings - Fork 933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 2.1.0 #809
Merged
Version 2.1.0 #809
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Now users can run "manage.py" without specifying the full path.
Added our Python venv to the PATH variable
Arm64 auto build
…emu-action-2.x Update docker/setup-qemu-action action to v2
…uildx-action-2.x Update docker/setup-buildx-action action to v2
With Debian the Quay.io security checker found several issues in the image. With Ubuntu we have never versions of all packages and therefore less (or no) issues.
Using Ubuntu 22.04 because Debian has old packages
Add requirements for OIDC SSO
This installs the LDAP configurationn file which is needed to load the trusted root certificates from the system.
LDAP TLS connection use the system trusted root store
cimnine
approved these changes
Jul 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Noteworthy Changes
Added our Python venv to the PATH variable #778
With our venv in the path
manage.py
commands can be started without absolute pathsArm64 auto build #797
Images for ARM64 are build and pushed to the registries
Using Ubuntu 22.04 because Debian has old packages #805
Because of some security concerns (#800) we use Ubuntu and its newer packages
Add requirements for OIDC SSO #786
OIDC SSO was missing some Python packages to work correctly
LDAP TLS connection use the system trusted root store #808
Restores the same behaviour that we had in the old Alpine images: LDAP connections use the certificates from the system store (#799).
Compatibility
This version of Netbox Docker is only compatible with Netbox v3.2.x and above.
For older versions, use a previous release of Netbox Docker.