-
Notifications
You must be signed in to change notification settings - Fork 27
create non-root users for containers #3020
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
base: main
Are you sure you want to change the base?
Conversation
|
Created a staging project on OBS for 16.0: home:pushman:BCI:Staging:16.0:16.0-3020 Build ResultsRepository
Repository
Repository
Repository
Repository
Repository
Repository
Repository
Build failed ❌ To run BCI-tests against this PR, use the following command: OS_VERSION=16.0 TARGET=custom BASEURL=registry.opensuse.org/home/pushman/bci/staging/16.0/16.0-3020/ tox -- -n autoThe following images can be pulled from the staging project:
|
fab916b to
f6d72a8
Compare
|
Created a staging project on OBS for Tumbleweed: home:pushman:BCI:Staging:Tumbleweed:Tumbleweed-3020 Build ResultsRepository
Repository
Repository
Repository
Build succeeded ✅ To run BCI-tests against this PR, use the following command: OS_VERSION=tumbleweed TARGET=custom BASEURL=registry.opensuse.org/home/pushman/bci/staging/tumbleweed/tumbleweed-3020/ tox -- -n autoThe following images can be pulled from the staging project:
|
|
Created a staging project on OBS for 7: home:pushman:BCI:Staging:SLE-15-SP7:7-3020 Build ResultsRepository
Repository
Repository
Repository
Repository
Repository
Repository
Repository
Build succeeded ✅ To run BCI-tests against this PR, use the following command: OS_VERSION=15.7 TARGET=custom BASEURL=registry.opensuse.org/home/pushman/bci/staging/sle-15-sp7/7-3020/ tox -- -n autoThe following images can be pulled from the staging project:
|
c03e89a to
d60cfe5
Compare
d60cfe5 to
513bda9
Compare
| build_stage_custom_end=generate_package_version_check( | ||
| "git-core", git_version, ParseVersion.MINOR, use_target=True | ||
| ), | ||
| user_chown=StableUser( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need to create a user for Git and such containers? All we need is to set correct file permissions so that it can run with any user.
However, if we go with a Git user, at least the container should use it, which it does not seem to use right now, so this change has not much of an effect on the image.
513bda9 to
c597281
Compare
Adding non root users to bci containers.