Skip to content

Commit

Permalink
fix: specify kaniko cache repo (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed Mar 25, 2024
1 parent 9349012 commit 9133345
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 @@ -2502,6 +2502,7 @@ echo "Done"
"--context=/workspace/buildcontext",
"--verbosity=info",
"--cache=true",
fmt.Sprintf("--cache-repo=%s", opt.ImageInfo.DockerRegistry.BentosRepositoryURIInCluster),
"--compressed-caching=false",
fmt.Sprintf("--dockerfile=%s", dockerFilePath),
fmt.Sprintf("--insecure=%v", dockerRegistryInsecure),
Expand Down

0 comments on commit 9133345

Please sign in to comment.