Skip to content
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

Fix home directory ownership so that podman 5.2.2 does not error #197

Closed
wants to merge 1 commit into from

Conversation

cgruver
Copy link

@cgruver cgruver commented Dec 10, 2024

With the update of podman from 4.9.4 to 5.2.2 in UBI 9, podman fails to run if the ownership of $HOME/.config is incorrect.

This PR fixes that by moving the creation of $HOME and ${HOME}/.config/containers to the ENTRYPOINT.

Copy link

openshift-ci bot commented Dec 10, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: cgruver, ibuziuk

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link

openshift-ci bot commented Dec 10, 2024

New changes are detected. LGTM label has been removed.

@cgruver
Copy link
Author

cgruver commented Dec 10, 2024

@ibuziuk I created #198 which also includes logic to detect support for fuse-overlayfs.

It also contains the changes from this PR, so they can either be processed in series, or this one can be closed in favor of the newer one.

@ibuziuk
Copy link
Contributor

ibuziuk commented Dec 11, 2024

@cgruver should we close this PR in favour of - #198 ?

@cgruver
Copy link
Author

cgruver commented Dec 11, 2024

@cgruver should we close this PR in favour of - #198 ?

Yes, #198 contains these changes as well.

@cgruver cgruver closed this Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants