-
-
Notifications
You must be signed in to change notification settings - Fork 921
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
Housekeeping - Leverage uv for python docker image builds #1385
Comments
I did some testing and it seems to be a bit faster:
|
tobiasge
added a commit
to tobiasge/netbox-docker
that referenced
this issue
Jan 29, 2025
- Fix netbox-community#1383: Setting DEBUG = true when collection the static files enables the use of the Django debug toolbar. - Fix netbox-community#1385: Use uv as package manager instead of pip speeds up the build.
tobiasge
added a commit
to tobiasge/netbox-docker
that referenced
this issue
Feb 3, 2025
- Fix netbox-community#1383: Setting DEBUG = true when collection the static files enables the use of the Django debug toolbar. - Fix netbox-community#1385: Use uv as package manager instead of pip speeds up the build.
tobiasge
added a commit
to tobiasge/netbox-docker
that referenced
this issue
Feb 3, 2025
- Fix netbox-community#1383: Setting DEBUG = true when collection the static files enables the use of the Django debug toolbar. - Fix netbox-community#1385: Use uv as package manager instead of pip speeds up the build. - Nice display of Docker image version
tobiasge
added a commit
to tobiasge/netbox-docker
that referenced
this issue
Feb 4, 2025
- Fix netbox-community#1383: Setting DEBUG = true when collection the static files enables the use of the Django debug toolbar. - Fix netbox-community#1385: Use uv as package manager instead of pip speeds up the build. - Nice display of Docker image version
Fixed in #1386 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Desired Behavior
speed up container image builds
Contrast to Current Behavior
image builds use standard python pip installs
Required Changes
No response
Discussion: Benefits and Drawbacks
No response
The text was updated successfully, but these errors were encountered: