Ragav
Ragav
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...
we are using S2i Build command in our Azure Devops pipeline and using the below command task. `./s2i build http://azuredevopsrepos:8080/tfs/IT/_git/shoppingcart --ref=S2i registry.access.redhat.com/ubi8/dotnet-31 --copy shopping-service` the above command asks for user...