Skip to content

Omnibus package fixes for debian, ubuntu packages, docker containers

Latest
Compare
Choose a tag to compare
@erikh erikh released this 21 May 15:21
· 22 commits to main since this release
3128f57

This fixes a number of issues with the packages:

  • debian & earlier ubuntu packages would encounter an issue supporting the right glibc version in some scenarios.
  • newer ubuntu packages (22 & up) supported libssl3 in the package definition, but the linker actually linked against libssl1.1
  • docker images were missing the ca-certificates bundle from before. Accidentally deleted a line of code.

Additional measures were taken to ensure this will not occur in the future.