From f27afd56e508043ad0a0b2906b24fa0b67d4ce55 Mon Sep 17 00:00:00 2001 From: ARI WG Git Bot Date: Wed, 27 May 2026 13:20:47 +0000 Subject: [PATCH 1/2] Add dotnet-aspnetcore 10.0.8, remove dotnet-aspnetcore 10.0.2 for stack(s) cflinuxfs4, cflinuxfs5 --- manifest.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest.yml b/manifest.yml index 1c6b57689..37a32f19f 100644 --- a/manifest.yml +++ b/manifest.yml @@ -72,15 +72,6 @@ dependencies: - cflinuxfs3 source: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.21/aspnetcore-runtime-8.0.21-linux-x64.tar.gz source_sha256: '08415698df9a1c0d217a69e47f1578b458d2ae3bb4677e0281fadd0209f3745b' -- name: dotnet-aspnetcore - version: 10.0.2 - uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-aspnetcore/dotnet-aspnetcore_10.0.2_linux_x64_any-stack_2c49437f.tar.xz - sha256: 2c49437fd4571f2e14672a11a722e4b9c586f32c7b29f3a5f47f5402bc5203f8 - cf_stacks: - - cflinuxfs5 - - cflinuxfs4 - source: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-10.0.2-linux-x64.tar.gz - source_sha256: 267452b48aa4c296bd3cc757c41b813d2104f4ff7478bc699b83c59452c9735b - name: dotnet-aspnetcore version: 9.0.10 uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-aspnetcore/dotnet-aspnetcore_9.0.10_linux_x64_any-stack_df2d17b0.tar.xz @@ -91,6 +82,15 @@ dependencies: - cflinuxfs3 source: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.10/aspnetcore-runtime-9.0.10-linux-x64.tar.gz source_sha256: 7fd7fd9da1259212c9423d561b059fa45b21bcbcc8e94da15dcca9fa73d71984 +- name: dotnet-aspnetcore + version: 10.0.8 + uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-aspnetcore/dotnet-aspnetcore_10.0.8_linux_x64_cflinuxfs4_18136114.tar.xz + sha256: 18136114b1ab8dddee7db98554fefba2c351a0946e41cf5a54f0314ce59bc0e3 + cf_stacks: + - cflinuxfs4 + - cflinuxfs5 + source: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-10.0.8-linux-x64.tar.gz + source_sha256: '' - name: dotnet-runtime version: 8.0.21 uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-runtime/dotnet-runtime_8.0.21_linux_x64_any-stack_4961bbf3.tar.xz From 9c85723096e1a80d2e55ef81b19a64546e182c3d Mon Sep 17 00:00:00 2001 From: Tsvetelina Marinova Date: Wed, 27 May 2026 17:05:48 +0300 Subject: [PATCH 2/2] Add missing sha256 for dotnet-aspnetcore v10.0.8 Add missing sha256 for dotnet-aspnetcore v10.0.8 --- manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index 37a32f19f..5499e1d95 100644 --- a/manifest.yml +++ b/manifest.yml @@ -90,7 +90,7 @@ dependencies: - cflinuxfs4 - cflinuxfs5 source: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-10.0.8-linux-x64.tar.gz - source_sha256: '' + source_sha256: 1f3345d4012871f8a33a72c3b5a1ce382b2902c7e8589cc589588409a3507f8d - name: dotnet-runtime version: 8.0.21 uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-runtime/dotnet-runtime_8.0.21_linux_x64_any-stack_4961bbf3.tar.xz