-
Notifications
You must be signed in to change notification settings - Fork 209
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
ContainerizedSetup: a better way for chmod -R 777 data? #4609
Comments
The documentation about achieving a containerized setup is a mix of several approaches done in the past by different people covering different distributions. Git tells me that this instruction goes back to a8f80a4. I personally never followed it but could nevertheless achieve a setup via docker-compose which I've described in "my" documentation section "Setup openQA with openSUSE-based images and docker-compose". Maybe the documentation deserves a cleanup. I usually just want to avoid removing other people's work and there are so many ways of using containers in the context of setting up openQA so it is not clear to me what other people (still) do or not. |
Note that last time I improved the documentation I've moved this instruction to the Fedora-specific section and generally separated the approach using Fedora-based images from the mentioned openSUSE-based one. So I can only recommend following the openSUSE-based section as it is likely more recently updated (while the Fedora section seems quite outdated to me). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
setting it to 777, (readable, writable and executable by anyone), should be avoided,
is with the newer docker versions and podman a batter way?
openQA/docs/ContainerizedSetup.asciidoc
Lines 143 to 151 in 14886a8
maybe a better way is the use of
https://github.com/just-containers/s6-overlay#fixing-ownership-and-permissions
or
https://github.com/boxboat/fixuid
The text was updated successfully, but these errors were encountered: