fix: remove slow Kaniko snapshot-mode=redo and compressed-caching flags

These flags caused build time regression from ~2:48 to 6:30.
snapshot-mode=redo does full filesystem walks per layer (slowest mode).
Default time-based mode is much faster for CI builds.
This commit is contained in:
Claude Code 2026-03-05 16:53:56 +01:00
parent 8598fe46aa
commit 852bda73f6

View file

@ -58,6 +58,4 @@ docker-build:
--build-arg "VITE_APP_VERSION=$VERSION" \
--cache=true \
--cache-repo="$IMAGE_NAME/cache" \
--snapshot-mode=redo \
--compressed-caching=false \
$DESTINATIONS