s2i-dotnetcore icon indicating copy to clipboard operation
s2i-dotnetcore copied to clipboard

NPM config to set login parameter

Open ascholz opened this issue 3 years ago • 1 comments

Question wouldn't it make sense to specify for NPM a login parameter as well? Because some registry need a login possibility. For Example we have an Artifactory server that needs authentication.

https://stackoverflow.com/questions/23460980/how-to-set-npm-credentials-using-npm-login-without-reading-from-stdin

ascholz avatar Jun 15 '22 05:06 ascholz

node is include in s2i-dotnetcore to facilitate building front-ends in tandem with a .NET back-end.

We want there to be a way to migrate from a single-stage build using s2i-dotnetcore to a multi-stage build using the s2i-nodejs image (for the node front-end) and the s2i-dotnetcore image (for the .NET back-end).

That means we shouldn't add features that aren't available in the s2i-nodejs image. If the maintainers at https://github.com/sclorg/s2i-nodejs-container accept this feature, we can add it here too.

cc @aslicerh @omajid

tmds avatar Jun 27 '22 18:06 tmds

I'm going to close this. We can consider it if s2i-nodejs has this parameter.

tmds avatar Sep 06 '22 14:09 tmds