Open Dannyb48 opened 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 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
.
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?