Description of problem:
Container CLI is broken on Linux
Version-Release number of selected component (if applicable):
7.2.1-14 (CLI release 7.2.1-7)
How reproducible:
100%, can't run any command that utilizes container runtime
Steps to Reproduce:
1. Run command like
/home/igor/.kantra/mta-cli analyze --overwrite --input /home/igor/github.com/kantra-cli-tests/data/applications/AdministracionEfectivo.ear --output /home/igor/MTA/reports-AE-container --source weblogic --target eap8 --run-local=false
Actual results:
/usr/bin/podman run --rm --name dGTkZISUzpVQMzxC --entrypoint /usr/local/bin/mta-cli --env RUN_MODE=container registry.redhat.io/mta/mta-cli-rhel9:7.2.1 analyze --run-local=false --list-sources/usr/local/bin/mta-cli: error while loading shared libraries: /lib64/libc.so.6: cannot apply additional memory protection after relocation: Permission denied ERRO[0000] container run error error="exit status 127" ERRO[0000] failed listing labels error="/usr/local/bin/mta-cli: error while loading shared libraries: /lib64/libc.so.6: cannot apply additional memory protection after relocation: Permission denied\n" ERRO[0000] failed to validate flags error="unknown source: \"weblogic\"" Error: unknown source: "weblogic"
Expected results:
Command should work
Additional info: