Skip to content

Commit

Permalink
feat: specify builder prune -f for no prompt (#197)
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
austinvazquez authored Dec 29, 2024
1 parent 5f437eb commit a72356f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/builder_prune.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func BuilderPrune(o *option.Option) {
command.Run(o, "build", "--output=type=docker", buildContext)
// There is no interface to validate the current builder cache size.
// To validate in Buildkit, run `buildctl du -v`.
command.Run(o, "builder", "prune")
command.Run(o, "builder", "prune", "-f")
})
})
}

0 comments on commit a72356f

Please sign in to comment.