Skip to content
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

push layer compressed with zstd instead of gzip #2980

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

push layer compressed with zstd instead of gzip #2980

wants to merge 4 commits into from

Conversation

co42
Copy link
Collaborator

@co42 co42 commented Jan 31, 2025

Image is smaller but most importantly way faster to decompress.
force-compression is used to re-compress all cached layers which are in gzip.

Pull duration tests :
L4 g6.2xlarge (base) in 1m53.837s (1m53.837s including waiting). Image size: 5650343354 bytes.
L4 g6.2xlarge (zsd ) in 1m25.92s (1m25.92s including waiting). Image size: 4581485004 bytes.

@co42 co42 force-pushed the zstd branch 3 times, most recently from b0a9745 to 15c9d8e Compare February 3, 2025 11:11
@co42 co42 requested a review from Narsil February 3, 2025 11:12
@co42 co42 marked this pull request as ready for review February 3, 2025 11:12
@co42 co42 force-pushed the zstd branch 5 times, most recently from 640742e to 047a482 Compare February 6, 2025 14:56
@co42 co42 force-pushed the zstd branch 4 times, most recently from 2bb6d8a to cb4827f Compare February 14, 2025 11:14
co42 added 4 commits February 14, 2025 13:51
Image is smaller but most importantly way faster to decompress.

  L4 g6.2xlarge (base) in 1m53.837s (1m53.837s including waiting). Image
size: 5650343354 bytes.
  L4 g6.2xlarge (zsd ) in 1m25.92s (1m25.92s including waiting). Image
size: 4581485004 bytes.
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