Description of problem: When image is build by buildah and run with podman everything under regular user then --cmd or --entrypoint doesn't work. If I run the same with sudo then everything work. I tested this with echo command. Inspect looks correct, the CMD is contained there correctly. I'm not sure if this is a problem of buildah or podman. Version-Release number of selected component (if applicable): buildah version 1.3 (image-spec 1.0.0, runtime-spec 1.0.0) podman version 0.9.1 How reproducible: Always Steps to Reproduce: 1. Run these commands under regular user: ctr=$(buildah from fedora) buildah config --cmd "/usr/bin/echo A" $ctr buildah commit --rm $ctr test-cmd 2. Run: podman run test-cmd Actual results: "No command specified on command line or as CMD or ENTRYPOINT in this image" error message shows up. With sudo everything works as expected. Expected results: It should run and "A" should be printed to command line. Additional info: I not that familiar with containers so maybe this is false positive. In that case the error message should give a hint about this problem.
buildah-1.5-1.gite94b4f9.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2018-f9898d665a
buildah-1.5-2.gite94b4f9.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-907d1ef691
buildah-1.5-2.gite94b4f9.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-907d1ef691
buildah-1.5-1.gite94b4f9.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-f9898d665a
buildah-1.5-2.gite94b4f9.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.
buildah-1.5-1.gite94b4f9.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report.