Compress Docker layers with zstd instead of gzip

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.
This commit is contained in:
Corentin REGAL 2025-02-03 12:11:52 +01:00 committed by Nicolas Patry
parent ed96ba6503
commit 51e7d98b6b
No known key found for this signature in database
GPG Key ID: 4242CEF24CB6DBF9

View File

@ -196,7 +196,6 @@ jobs:
with:
context: .
file: ${{ env.DOCKERFILE }}
push: true
platforms: 'linux/amd64'
build-args: |
GIT_SHA=${{ env.GITHUB_SHA }}