baeminbo opened a new issue, #32123: URL: https://github.com/apache/beam/issues/32123
### What would you like to happen? I want to use Python packages in private repository in [Google Artifact Repository](https://cloud.google.com/artifact-registry/docs/python/authentication. It requires `keyrings.google-artifactregistry-auth` to run `pip install <package> --extra-index-url <location>-python.pkg.dev/<project>/<repository>/simple`. To run Dataflow job with private packages, currently I should create a custom container that installs `keyrings.google-artifactregistry-auth`. [1] is an example of Dockerfile for this. For convenience, can we pre-install the package in Python SDK containers? [1] ``` FROM apache/beam_python3.11_sdk:2.58.0 RUN pip install keyrings.google-artifactregistry-auth ``` ### Issue Priority Priority: 2 (default / most feature requests should be filed as P2) ### Issue Components - [X] Component: Python SDK - [ ] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [ ] Component: IO connector - [ ] Component: Beam YAML - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Infrastructure - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
