Description of problem: Getting this exception in my docker container after install open-jdk-11-devel in my redhat/ubi:latest tag in docker file, detailed exception: Exception in thread "main" java.lang.Error: java.io.FileNotFoundException: /usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/lib/tzdb.dat (No such file or directory) Version-Release number of selected component (if applicable): java-11-openjdk-11.0.20.0.8-2.el8.x86_64 How reproducible: try the following command in the docker container: FROM redhat/ubi8:8.6 RUN yum install net-tools unzip cronie java-11-openjdk-devel -y Actual results: File not found exception Expected results: Application started Additional info:
Hazelcast Docker images based on ubi8-minimal are also affected. Workaround is to install the package tzdata-java manually.