Andrew Slice
Andrew Slice
@phaniwithu Out of curiosity, what happens if you explicitly specify the config file using the `DOTNET_RESTORE_CONFIGFILE` environment variable?
@phaniwithu Hey, sorry for missing that from your original post. Let me see if I can reproduce the issue and see what is going on.
@paoloantinori Do you see the same slowdown if you are using your proxy outside of a container, or only with the container? Looking at your logs, can you see what...
@paoloantinori You are correct, I am so sorry about that. @phaniwithu Please see my previous comment.
I was looking at this earlier, and it looks like ansible creates it's example repos from a script that grabs the newest imagestream files directly from here. See: https://github.com/openshift/openshift-ansible/blob/2af1f4992c52559015297562f9dc897821f0488c/roles/openshift_examples/examples-sync.sh#L45 So,...
@rprakashg-redhat The assemble script of the builder image should do a publish. You can see that here: https://github.com/redhat-developer/s2i-dotnetcore/blob/master/3.1/build/s2i/bin/assemble#L223 Do you have access to any logs from the building of the...
Thanks for reporting this @ascholz I'm not sure what is going on with the npmrc file, still looking at that, but the reason that `NPM_MIRROR` isn't working is because it...
@ascholz Hey, sorry about how long this has sat idle. I've been trying to recreate this on our side and (after some trouble and experimenting) I think I might have...
@ascholz Hey, as a test, can you try running your container with the following environment variable set in openshift? `npm_config_userconfig=/opt/app-root/src/.npmrc` Note: I consider this more of a workaround than a...
@tmds Yeah, I realized that is the `$HOME` file. But NPM is not picking up the file in the src folder as the project file. According to the docs, it...