Matthew Neary
06/07/2021, 6:16 PMprefect build
without pushing the image into ECR as a test for CI. I'd like to have some verification that the containers will be build correctly before registering them, and definitely don't want to be pushing up an image every time there's a PR opened.
Thanks for any feedback.Kevin Kho
Matthew Neary
06/07/2021, 6:27 PM0.14.17
If prefect build
won't work do you have any recommendations for something like a test build?Kevin Kho
storage.build()
in Python to test like
storage = Docker(registry_url="<http://gcr.io/dev/|gcr.io/dev/>", python_dependencies=["pyodbc"])
and then storage.build()