-
Notifications
You must be signed in to change notification settings - Fork 107
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 sudo to CBL-Mariner and AzureLinux distros #1179
Add sudo to CBL-Mariner and AzureLinux distros #1179
Conversation
Can you provide more detail as to why this is needed? We're trying to limit |
In the container itself user is helixbot and without |
Can you elaborate on why this is needed? If you need to install stuff, why not install those components in the actual image? Or if you are using the image locally, why not launch as |
microsoft/msquic#4466 So, I'm fine to revert this. |
If you can get away with using one of our product images, that is much better. They are a ton smaller. Thanks. It would be best if we didn't include |
I agree with this 100% - it would be good to have some checked in documentation with these types of guidelines. |
Be aware that all of the Helix Dockerfiles install |
I had the same impression as yours, and that's why I thought adding In that case, will there be work to remove |
There is a slow path to tightening up our image create process (both content and the model for creating them). If |
The other thing to keep in mind are the changes @richlander is proposing in #997 where we separate out native build, managed build, and test images as they each have different requirements. |
Adding
sudo
makes it easier to work on container.