Make streaming Docker build progress to terminal when using flow.deploy()
either default or clearer opt-in
#12310
Labels
enhancement
An improvement of an existing feature
First check
Prefect Version
2.x
Describe the current behavior
Building an image with
.deploy()
does not stream build progress to the terminal by default, and to figure out how to make this happen I had to dig through a few layers of calls to find thatstream_progress_to
can be used withDeploymentImage
.When using the docker build step with
prefect.yaml
build progress is streamed to the terminal by default.Describe the proposed behavior
Either change the default behavior to
.deploy()
to match building images withprefect.yaml
with an opt out, or surface a flag to stream build progress at the.deploy()
level or more explicitly in theDeploymentImage
class.Example Use
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: