Dockerize CI/CD setup

1 Answer 94 Views
General Discussions
Wyatt
Top achievements
Rank 1
Wyatt asked on 12 Dec 2022, 10:27 PM

is there a preferred method to install the .net core MVC controls when you are building and deploying through a Dockerized container?  I haven't found a tutorial to bring the controls into the build easily.

  • .net6 (core)
  • Telerik core MVC controls
  • Docker Image - mcr.microsoft.com/dotnet/sdk:6.0 AS build-env

1 Answer, 1 is accepted

Sort by
0
Mihaela
Telerik team
answered on 15 Dec 2022, 02:40 PM

Hello Wyatt,

Here you can review a real-world live demo of ASP.NET Core project that uses Dockerfile:

https://github.com/LanceMcCarthy/DevOpsExamples/tree/main/src/AspNetCore

Hopefully, you will find it helpful. If any questions arise, don't hesitate to let me know.

 

Regards, Mihaela Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Wyatt
Top achievements
Rank 1
commented on 15 Dec 2022, 10:29 PM

Thank you for the links.  all attempts continue to result in the same errors

 error NU1301: Unable to load the service index for source https://nuget.telerik.com/v3/index.json
Mihaela
Telerik team
commented on 20 Dec 2022, 10:48 AM

Hi Wyatt,

Is it possible that you have recently changed your Telerik credentials? If so, note that after changing your Telerik password, you need to reset your credentials in the NuGet.config file. I suggest resetting your Telerik NuGet Feed credentials from the Windows Credentials Manager, as described in the Troubleshooting section:

https://docs.telerik.com/aspnet-core/troubleshoot/troubleshooting-nuget#solution-2-windows-credentials-manager

Alternatively, you can run the sample command:

https://docs.telerik.com/aspnet-core/troubleshoot/troubleshooting-nuget#solution

 

Tags
General Discussions
Asked by
Wyatt
Top achievements
Rank 1
Answers by
Mihaela
Telerik team
Share this question
or