buildpacks buiilding dotnet core application using paketo dotnet

To buid dotnet core application, you can use many different types of builder.  

In this example, we are using paketo dotnet core. Let's create a simple generic dotnet web application using 

dotnet new web 

This will give you a simple hello-world app. 

Next run the following command 

pack build my-app --buildpack paketo-buildpacks/dotnet-core --builder paketobuildpacks/builder-jammy-base

Only dotnet version 6 is supported by this builder. 

Sample output is shown below.


Git repo

https://github.com/mitzenjeremywoo/buildpack-dotnet-paketo-builder

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm