Actions
Issue #6420
closedPulp containers do not allow commands like "/bin/bash" to be run, only "bash"
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 69
Quarter:
Description
This is due to the ENTRYPOINT script pulpcore.git/containers/images/pulp/container-assets/pulp-common-entrypoint.sh being overly broad when it attempts to do special logic, only needed for the 4 pulp-* commands.
It is a usability issue for /bin commands, and prevents running /sbin commands.
Actions
Problem: Pulp containers do not allow commands like "/bin/bash" to be run, only "bash"
Solution: Only apply the /bin/ logic for the 4 pulp-* commands.
fixes: #6420 Pulp containers do not allow commands like "/bin/bash" to be run, only "bash" https://pulp.plan.io/issues/6420