-
Notifications
You must be signed in to change notification settings - Fork 41
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 Support for docker with root user #43
Comments
This would be super useful for me. Right now I have a dockerfile that's literally: FROM andreysenov/firebase-tools:12.4.8-node-18-slim
USER root that I have to build as part of my build process then use it immediately. |
You can actually get around this in GitLab as well. Just use the above Dockerfile I gave (change the version tag for firebase-tools to match what you need) and have two steps at the start of your build that runs a Where |
Would be really nice to see images that don't have the user set to node.
I'm currently doing firebase deployments from gitlab-ci and the install of firebase-tools each times takes to long so i tought i could use your image. Unfortunately gitlab mounts the project files as root, so i cant deploy using this image, since I don't have access to the folder. GitLab runner don't have the option of override the user.
Since this image is really well maintaned, it would be nice to add this feature to the project instead of relying on an own image.
Thanks in advance!
The text was updated successfully, but these errors were encountered: