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
Run Docker with Custom Options #363
Comments
|
All images will use root soon, |
|
@caffinatedmonkey Ok, but having the ability to change the user is a big deal |
|
+1 Some build related things (like bundler) don't like to be run as root. I would like to be able to specify the user when using my own docker image as a base for building. |
|
+1 I tried to customize the |
|
@bradrydzewski I want to |
|
@floatdrop we're probably going to expose more Docker customization in the future (#362) so it would be great to have something like this: Thoughts about implementing as described above? At some point it could make sense to move |
|
@bradrydzewski will try, but first attempt to change manually This will be not as straightforward as I thought. |
|
@floatdrop a quick workaround could be |
|
@bradrydzewski thanks for the tip. I have preconfigured image with Hope it will help some one, while |
|
@bradrydzewski has there been any work on the docker customization options? If not, I might take a stab at it. |
|
@codekoala yes some progress. I have a local branch that adds the |
|
Absolutely!
|
|
@floatdrop just submitted #617 to include |
|
we've added the |
|
@bradrydzewski Thanks! Is new |
|
Still cannot find this anywhere in documentation. Any help here? |
|
Does this still exist in 0.8? It seems not... |
I broke my brain trying to understand why my custom image is running under😲
rootinstead ofubuntuuser. The issue. Finally I found that Drone usesrootfor all images except forbradrydzewski's ones.I think Drone should allow to specify a custom user for build in
.drone.ymlThe text was updated successfully, but these errors were encountered: