-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add user group ID for each buildpack step #451
Add user group ID for each buildpack step #451
Conversation
Hi @xiujuan95. Thanks for your PR. I'm waiting for a shipwright-io member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@zhangtbj Pls also help review, thanks! |
/ok-to-test |
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.
/lgtm
/approve
@xiujuan95 the build is now red with the |
@SaschaSchwarze0 Yes, do you have any clue about this? I don't have one. I am trying to figure out it. |
@adambkaplan Please help review this PR, especially for these modifications in below files:
These changes appear when I run Actually, I have a question about However, against command Isn't this a conflict? Not sure if I get something wrong? If it's true, pls correct me, thanks in advance! |
I'll let @adambkaplan do the final clarification. My understanding is that we as developers are supposed to run /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SaschaSchwarze0 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@SaschaSchwarze0 that is correct. We can improve the experience if |
Fix issue: #450
Now, paketo builder image is consuming lifecycle
0.9.2
version. When switch to 0.9.2, restore step failed because exec as user 1000:1000: operation not permitted.About this issue, I discuss with community and go through changes between lifecycle
0.9.1
and0.9.2
. Role error has been bubbled up. Before this error indeed exists, but just doesn't been thrown out. So we should specify the group ID, otherwise, each step will fail because exec as user 1000:1000: operation not permitted.I have verified and this solution works.
Besides, below change just a revert operation for this pr :