-
Notifications
You must be signed in to change notification settings - Fork 61
Description
Is your feature request related to a problem? Please describe.
I'd like to have pulp-cli available as a Container Image.
It seems to me (at least according to the Documentation) that it's only possible to installl pulp-cli from Source or from pip (pypi). There doesn't seem to be a Docker Container Image for it, at least, not that I could find. And pulp-minimal seems to contain several pulp-* Commands, but crucially NOT pulp. So e.g. pulp status will not work ...
Describe the solution you'd like
The best would probably be that it's done as part of your "general" pulp Framework.
I did a proof-of-concept but that is based on my Build Scripts (with a lot of commented lines to reduce Dependencies to a minimum) and the Docker Bases I usually use (Alpine and Debian), so it really looks (and is) completely different.
You can find the Repository here: https://github.com/luckylinux/docker-pulp-cli
Describe alternatives you've considered
Well this is the alternative to a Virtual Environment basically 😃.
Additional context
As said, probably better that somebody more familiar with the Container base used by pulp-oci-images implements this in "their framework", as my approach based on Alpine / Debian is probably too different.
The proof of Concept (I created a cli.toml File with the base Configuration, as per Documentation) seemed to work at least pulp status returned the expected Result.