From 51e7d98b6b8bb3f13a7bcd4cae717afbb2c8843d Mon Sep 17 00:00:00 2001 From: Corentin REGAL Date: Mon, 3 Feb 2025 12:11:52 +0100 Subject: [PATCH] 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. --- .github/workflows/build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d9f58667..7f799c0d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -196,7 +196,6 @@ jobs: with: context: . file: ${{ env.DOCKERFILE }} - push: true platforms: 'linux/amd64' build-args: | GIT_SHA=${{ env.GITHUB_SHA }}