Is using an AOT compiler such as GCj or Excelsior Jet appropriate if we're aiming to shrink the size of a Docker container?
The largest part of the container is the JRE, and we're looking for ways to trim this down. Our microservices are kb in size, it seems odd that we're having to deploy 110MB containers.