paketo-buildpacks / noble-base-stack

Base stack for Ubuntu 2024.04: Noble Numbat
Apache License 2.0
0 stars 1 forks source link

Replace `libssl3` with `libssl3t64` #3

Closed pbusko closed 2 months ago

pbusko commented 2 months ago

Summary

In Ubuntu Noble the openssl package now depends on libssl3t64 instead of libssl3:

https://packages.ubuntu.com/noble/openssl

Also the location of the default apt sources is now in /etc/apt/sources.list.d/ubuntu.sources file, which uses deb822 format

Checklist

sophiewigmore commented 2 months ago

Also the location of the default apt sources is now in /etc/apt/sources.list.d/ubuntu.sources file, which uses deb822 format

Hey @pbusko - how did you realize this?

pbusko commented 2 months ago

Also the location of the default apt sources is now in /etc/apt/sources.list.d/ubuntu.sources file, which uses deb822 format

Hey @pbusko - how did you realize this?

docker build logs are full of messages about duplicated apt sources, also the content of the /etc/apt/sources.list file is now this:

$ cat /etc/apt/sources.list
# Ubuntu sources have moved to the /etc/apt/sources.list.d/ubuntu.sources
# file, which uses the deb822 format. Use deb822-formatted .sources files
# to manage package sources in the /etc/apt/sources.list.d/ directory.
# See the sources.list(5) manual page for details.