This replaces the old manual Dockerfile, which had implicit dependencies on certain gradle tasks being run already and resulted in another spot to configure options.
Jib unifies build and runtime configuration within one file, and is intended to build more disk-efficient docker images as well.
This replaces the old manual Dockerfile, which had implicit dependencies on certain gradle tasks being run already and resulted in another spot to configure options.
Jib unifies build and runtime configuration within one file, and is intended to build more disk-efficient docker images as well.