perf: remove SQLite CLI from container image - #13
Merged
Conversation
chestercheng
force-pushed
the
perf/docker-image-cleanup
branch
2 times, most recently
from
August 14, 2026 22:13
95bd05d to
fabb9c2
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #13 +/- ##
=======================================
Coverage 75.41% 75.41%
=======================================
Files 16 16
Lines 720 720
=======================================
Hits 543 543
Misses 177 177 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
chestercheng
force-pushed
the
perf/docker-image-cleanup
branch
from
August 14, 2026 22:20
fabb9c2 to
47345ab
Compare
iefiru
approved these changes
Aug 15, 2026
iefiru
approved these changes
Aug 15, 2026
iefiru
force-pushed
the
perf/docker-image-cleanup
branch
from
August 15, 2026 03:25
47345ab to
9fd151d
Compare
Use Python's built-in sqlite3 module without installing the unused command-line tool. This removes an apt layer and reduces runtime image contents. Signed-off-by: chestercheng <hi@chester.ch>
iefiru
force-pushed
the
perf/docker-image-cleanup
branch
from
August 15, 2026 03:26
9fd151d to
c220f55
Compare
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
sqlite3command-line package from the runtime image.Validation
docker build --no-cache --tag argus:stack-check .uv run ruff check .uv run ruff format --check .Depends on #12.