Skip to content

Commit

Permalink
feat: update bento-image-builder (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone authored Dec 19, 2024
1 parent 671cedc commit 7ea067c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/resources/bentorequest_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -3097,7 +3097,7 @@ echo "Done"
cmd := shquot.POSIXShell(append(command, args...))

if imageStoredInS3 {
builderImage = "quay.io/bentoml/bento-image-builder:0.0.11"
builderImage = "quay.io/bentoml/bento-image-builder:0.0.12"
extraFlags := ""
for _, buildArg := range buildArgs {
extraFlags = fmt.Sprintf("%s --build-arg %s", extraFlags, strings.Replace(buildArg, "=", ":", 1))
Expand Down

0 comments on commit 7ea067c

Please sign in to comment.