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:
parent
8598fe46aa
commit
852bda73f6
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue