-
Bug
-
Resolution: Done
-
Undefined
-
None
-
Unspecified
-
None
-
False
-
-
False
-
-
Something in the oci image or startup processes is installing pulpcli with python3.8 instead of 3.11.
Once the image comes up, you can see this by running the following ...
[jtanner@p1 galaxy_ng.communty_admin_stop_tasks]$ docker exec -it ci-community-pulp-1 /bin/bash -c 'python3.8 -m pip show pulp-cli' Name: pulp-cli Version: 0.20.3 Summary: Command line interface to talk to pulpcore's REST API. Home-page: https://github.com/pulp/pulp-cli Author: Pulp Team Author-email: pulp-list@redhat.com License: GPLv2+ Location: /usr/local/lib/python3.8/site-packages Requires: click, pulp-glue, PyYAML, schema, toml Required-by: pulp-cli-deb [jtanner@p1 galaxy_ng.communty_admin_stop_tasks]$ docker exec -it ci-community-pulp-1 /bin/bash -c 'python3.11 -m pip show pulp-cli' WARNING: Package(s) not found: pulp-cli