Skip to content

[Improvement] Added compression while sending docker images - #58

Open
Saaketh0 wants to merge 1 commit into
mainfrom
feature/compress-image
Open

[Improvement] Added compression while sending docker images#58
Saaketh0 wants to merge 1 commit into
mainfrom
feature/compress-image

Conversation

@Saaketh0

Copy link
Copy Markdown
Collaborator

Added zstd compression between sending docker images to improve docker deploy time, and also removed two unused libraries to cut down on space

docker save previously piped a raw uncompressed tar over SSH for every
EC2 agent bootstrap. Pipe it through zstd -T0 on the sender and zstd -d
on the receiver instead, cutting transfer size/time.

Also drops ipdb/ipython from BASE_AGENT_REQUIREMENTS/requirements.txt --
known-unused interactive-debugger tooling baked into every agent image.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 30, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: e59547eb-a893-4679-9dd5-e890afc4f8ab


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant