Buildpack detection phase fetches older version of dotnet builders for a project migrated to DotNet Framework 8.0 #242
Replies: 2 comments
-
Hey! We constantly release new builders with the latest versions of the buildpacks in them. Unfortunately, you're using the Bionic Base Builder, and per the repo (https://github.com/paketo-buildpacks/base-builder), we have archived and not updated it because Ubuntu 18.04 (Bionic) is out of support. As a result, we haven't update that builder in ages.
|
Beta Was this translation helpful? Give feedback.
-
Many thanks Sophie!! The solution you recommended works. We missed the deprecation of the bionic base image. In future, we will take care of it. |
Beta Was this translation helpful? Give feedback.
-
I recently migrated a dotNet-based project, dotNet Framework, from v7.0 to v8.0. After the migration, the build using the buildpack failed. The failure was because the builder detected older versions of the dotNet core buildpacks as shown in the logs below.
Even after specifying the BP_DOTNET_FRAMEWORK_VERSION=8.0.0 the problem persists.
The build only works by passing a buildpack argument with the value "paketo-buildpacks/[email protected]". This defeats the purpose, as we would like the builder to detect the right buildpack automatically.
Beta Was this translation helpful? Give feedback.
All reactions