Spring Boot 2.3.x adds the capability of building a Docker image using their plugin via spring-boot:build-image. Jib seems to allow the same functionality but is not limited to Spring boot.
Is there any specific optimizations that Spring Boot applications avail of that jib does not provide (which is why there's a spring boot plugin for it?)
Aside from being unable to use boot image with a private registry.