RedHatQE / pylero

Python wrapper for the Polarion WSDL API
https://redhatqe.github.io/pylero/
MIT License
37 stars 25 forks source link

Support for pylero-cmd to be packaged as a docker container? #115

Open Dannyb48 opened 1 year ago

Dannyb48 commented 1 year ago

Was looking to leverage pylero-cmd within one of our test executor containers but rather than building the dependencies into my container was wondering if Pylero has any plans of having a containerized offering? that could be layered into other containers?

leelavg commented 1 year ago
waynesun09 commented 1 year ago

For base image we could consider the latest ubi9 images: ubi9 base: https://catalog.redhat.com/software/containers/ubi9/618326f8c0d15aff4912fe0b?container-tabs=gti

python 3.9 on ubi9: https://catalog.redhat.com/software/containers/ubi9/python-39/61a61032bfd4a5234d59629e?container-tabs=gti

leelavg commented 1 year ago
Dannyb48 commented 1 year ago

@leelavg I apologize I may not be using appropriate terminology. I think initially I wanted to build my container that contained other tooling (golang tools) on top of a container that already had pylero in it. But that might not be best practice?

We could start with just a pylero-cmd/cli standalone in a container that I could easily do the following docker/podman pull pylero-cmd docker/podman run pylero-cmd list.