s2i-dotnetcore
s2i-dotnetcore copied to clipboard
.NET Core OpenShift images
I am trying to build my solution and create docker image using OpenShift S2i pattern. Using the below command to build the repository `oc new-app dotnet:3.1~http://azureserver.abc.com:8080/tfs/_git/Emp-WebServices --name employeewebservice` we are...
Hi So far we are able to build the image using S2i and are looking for below to achieve - - How can we push the build image to Private...
Hello, I am currently trying to inject an nmprc config into the ubi8/dotnet-60 container at build time. I used the following guide to do this: https://docs.openshift.com/container-platform/3.11/security/build_process.html#security-build-securing-inputs-during-builds Here is the npmrc:...
I'm trying to use the builder and runtime images with s2i build and is running into an issue starting the application in runtime image because i think the binary generated...
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...
I wasted quite a bit of time today because my changes to the assemble scripts were not showing up. It turns out we only build things once, and never again...
Having `node` provides a simple way for users to build .NET web applications that use a JavaScript framework for their front-end, like Angular, React, ... Some templates that come with...
With .NET 6, Microsoft containers are switching to logging in json format by default. We need to investigate whether switching to json makes more sense for our containers (or not)....
.NET repos tend to be organized with multiple folders split for application code, library code, tests, etc. For this reason our builder has a `DOTNET_STARTUP_PROJECT` envvar that allows you to...
@tmds asked in #310 : > It would be nice if we checked s2i-dotnetcore-persistent-ex works against postgresql database, matching instructions from the documentation.