sc-158714: Python 3 migration, security fixes, dep updates#8
Open
ptamb3 wants to merge 2 commits into
Open
Conversation
- Upgrade daemon Dockerfile from Ubuntu 18.04 to 22.04 - Fix insecure HTTP -> HTTPS for GPG key download - Replace deprecated MAINTAINER with LABEL - Migrate webservice.py: print statements, time.clock -> perf_counter - Replace bare except with Exception + logging - Fix deprecated threading.currentThread -> current_thread - Update requirements: remove Python 2 backports, modernize deps - Update webservice Dockerfile to python3 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Dockerfile.nvidia: CUDA 8.0/Ubuntu 16.04 -> CUDA 10.2/Ubuntu 18.04 (JetPack 4.6) - Dockerfile.nvidia10: CUDA 10.0/Ubuntu 18.04 -> CUDA 12.6/Ubuntu 22.04 (JetPack 6.2.2) - Fix insecure HTTP -> HTTPS for GPG key download in both files - Replace deprecated MAINTAINER with LABEL - Add --no-install-recommends to reduce image size Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or 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
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.
Summary
time.clock()(removed in 3.8) withtime.perf_counter()except:withException+ error loggingthreading.currentThread()->current_thread()Test plan
Shortcut: https://app.shortcut.com/rekor/story/158714
🤖 Generated with Claude Code