cloudfoundry / jvmkill

Terminate the JVM when resources are exhausted
Apache License 2.0
30 stars 11 forks source link

Switch to using a bionic base #25

Closed dmikusa closed 2 years ago

dmikusa commented 2 years ago

The previous debian base used by the Liberica JDK was too new to also support Bionic. Bionic has glibc 2.27, but that debian version had glibc 2.29. The glibc version can be older, but not newer, or it'll error.

Signed-off-by: Daniel Mikusa dmikusa@vmware.com