Issue #6420
closedPulp containers do not allow commands like "/bin/bash" to be run, only "bash"
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.
Added by Mike DePaulo over 4 years ago
Updated by pulpbot over 4 years ago
- Status changed from NEW to POST
Updated by fao89 over 4 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 69
Updated by Anonymous over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|10804a79115c4dbbd745f7f82ea197f677f77c11.
Added by Mike DePaulo over 4 years ago
Revision 7d4896a3 | View on GitHub
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
(cherry picked from commit 10804a79115c4dbbd745f7f82ea197f677f77c11)
Updated by Anonymous over 4 years ago
Applied in changeset pulpcore|7d4896a360ea7fe625eb793de214f568bcecd686.
Updated by ttereshc over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
- Sprint/Milestone set to 3.3.0
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