-
Notifications
You must be signed in to change notification settings - Fork 3
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
Test: Build the ubi stack image using tool: jam #60
Comments
See issue: paketo-buildpacks/jam#345 |
Unable to recreate..
|
The workaround as documented here: containers/podman#3234 is to do:
|
Question posted to Brian Cook : Are we allowed to do |
Are the RHEL/Centos VMs broken in some manner? I have selinux enabled on the host I ran the above on, and it worked fine.. (Fedora Workstation 39)
|
On RHEL9
|
Ok, so we both have selinux configured.. what version of podman are you using (I'm on 4.9.5 as shown above).. This isn't a jam issue, or a paketo issue, this is an issue with RHEL(and any other affected platforms) selinux configuration for podman. Looks like fedora has it configured correctly, while the system you are using does not. Disabling the entire selinux subsystem with |
If it works on fedora, we could make that available. The every 6 months upgrade cycle is not ideal, but after one cycle we could move to rhel10 beta. Or, if we can fix the selinux policy we can apply that to the rhel9 images |
|
Giuseppe Scrivano suggest to relabel the containers storage as documented here: https://access.redhat.com/solutions/7021610 WDYT ? @brianwcook @BarDweller |
I tested the approach as documented instead of using
|
Test case
Test to build the ubi stack images (run/build) for each stack: java, nodejs, etc using as tool: jam
Status: NOK - see report stack-test-30-aug-2024
Repo: https://github.com/paketo-community/ubi-base-stack
Tool: jam
Container tool: podman
OS: rhel9
Steps to reproduce:
systemctl --user start podman.socket
podman login -u <username> -p <password> docker.io
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
jam create-stack --config stack.toml --build-output build --run-output build
- see bash scriptThe text was updated successfully, but these errors were encountered: