-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command create-stack fails: building at STEP "RUN mkdir -p /etc/buildpacks": while running runtime: exit status 127 #345
Comments
Unable to recreate...
|
I did a new test on a RHEL9 VM using jam 2.9.0 and the error is still there. I think that permissions are different between fedora39 and RHEL ?
|
FYI: We got also the same error if we build the dockerfile using podman directly
|
The workaround as documented here: containers/podman#3234 is to do: sudo setenforce 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
The following command:
fails when it is executed on a Linux VM where the user is not
root
and reports the following error
Steps to Reproduce
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
jam create-stack --config stack.toml --build-output build --run-output build
Versions
v2.7.3
4.9.4-rhel
The text was updated successfully, but these errors were encountered: