Switch registry cache compression algorithm to zstd #1067

Closed
opened 2026-04-06 01:34:14 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @dfunkt on 7/4/2024

  • faster builds than with gzip (the default)

Quick comparison I did (vaultwarden built for 3 platforms: linux/amd64, linux/amd64/v3 and linux/arm64):
gzip
• No cache: 22m 7s
• Cached: 11m 20s

zstd:
• No cache: 19m 36s
• Cached: 10m 48s

*Originally created by @dfunkt on 7/4/2024* - faster builds than with gzip (the default) Quick comparison I did (vaultwarden built for 3 platforms: linux/amd64, linux/amd64/v3 and linux/arm64): gzip • No cache: 22m 7s • Cached: 11m 20s zstd: • No cache: 19m 36s • Cached: 10m 48s
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1067