Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Dannyb48 opened this issue Dec 19, 2022 · 4 comments
Open

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

Dannyb48 opened this issue Dec 19, 2022 · 4 comments

Comments

@Dannyb48
Copy link

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
Copy link
Collaborator

leelavg commented Dec 20, 2022

  • Could be done with ease and can use ghcr itself to host the container
  • Let me give a try, I'll also add an action to build container when a release is tagged or branched if required
  • Btw, if you have any Red Hat family base images, we recently started copr builds as well

@waynesun09
Copy link
Collaborator

@leelavg
Copy link
Collaborator

leelavg commented Dec 20, 2022

  • Ack, awaiting user info.
  • I see the requirement as "layered into other containers", so not sure whether they want pylero to be installed at a specific path and then later be copied during a multi-stage build or pylero standalone.
  • This is what I'm thinking, build the image with pylero installed in a venv and provide a way to copy the venv to any other container that already has python installed.

@Dannyb48
Copy link
Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants