Skip to content

Commit

Permalink
feat: add retry for kaniko
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed May 2, 2024
1 parent 47c6f2f commit ef95b9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/resources/bentorequest_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -2530,6 +2530,7 @@ echo "Done"
args := []string{
"--context=/workspace/buildcontext",
"--verbosity=info",
"--image-fs-extract-retry=3",
"--cache=true",
fmt.Sprintf("--cache-repo=%s", kanikoCacheRepo),
"--compressed-caching=false",
Expand Down

0 comments on commit ef95b9c

Please sign in to comment.