Mingliang Jiang

Results 4 comments of Mingliang Jiang

> Can you describe the use-case here? I'm not sure what this would be useful for. @groodt Almost all cloud infrastructure (gcp dataflow, gcp cloud run) doesn't native support python...

> This sounds like a feature request FWIW not a CI related change. In terms of deployable artifacts it is possible to get a python zipapp created via output_groups of...

> Have you considered using rules_docker to package your application into a self-contained artifact for deployment to these platforms? It's also possible to bundle as a zip artifact. The platforms...

> I had a look and GCP Dataflow also supports container images https://cloud.google.com/dataflow/docs/guides/using-custom-containers > > That would be more reproducible because what you build is what you run. > >...