Comment 12 for bug 2057982

Revision history for this message
Richard Lander (richlander) wrote :

Thanks!

I may be a bit early still. I tried testing with mantic, in an ubuntu:mantic container.

root@476df89cabec:/# apt install dotnet8/mantic-proposed
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Selected version '8.0.103-8.0.3-0ubuntu1~23.10.2' (Ubuntu:23.10/mantic-proposed [amd64]) for 'dotnet8'
The following additional packages will be installed:
  aspnetcore-runtime-8.0 aspnetcore-targeting-pack-8.0 dotnet-apphost-pack-8.0
  dotnet-host-8.0 dotnet-hostfxr-8.0 dotnet-runtime-8.0 dotnet-sdk-8.0
  dotnet-targeting-pack-8.0 dotnet-templates-8.0 libicu72 liblttng-ust-common1
  liblttng-ust-ctl5 liblttng-ust1 libnuma1 libssl3
  netstandard-targeting-pack-2.1-8.0
The following NEW packages will be installed:
  aspnetcore-runtime-8.0 aspnetcore-targeting-pack-8.0 dotnet-apphost-pack-8.0
  dotnet-host-8.0 dotnet-hostfxr-8.0 dotnet-runtime-8.0 dotnet-sdk-8.0
  dotnet-targeting-pack-8.0 dotnet-templates-8.0 dotnet8 libicu72
  liblttng-ust-common1 liblttng-ust-ctl5 liblttng-ust1 libnuma1 libssl3
  netstandard-targeting-pack-2.1-8.0

I didn't see ca-certificates there and was able to later demonstrate that it wasn't present, both with apt apt list --installed and by validating that dotnet restore failed due to it missing certs.

I can try again later.