-
Notifications
You must be signed in to change notification settings - Fork 100
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
Explicitly flip to root user during build process #205
Conversation
This fixes an issue where the parent image has set USER to something other than root
recheck |
Build succeeded (gate pipeline).
Warning: |
Pull request merge failed: 405 Required status check "ansible/gate" is in progress. |
regate |
@@ -2,7 +2,7 @@ | |||
- job: | |||
name: ansible-builder-tox-integration | |||
parent: ansible-buildset-registry-consumer | |||
timeout: 3600 | |||
timeout: 4500 |
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.
I actually think we need to set timeout in the job below too. Which is surprising, we might be hitting a bug here.
This fixes an issue where the parent image has set USER to something other than root
See ansible/awx#9917