-1

Everyone!

I'm trying to minimize my docker images which has to run java apps. With Java 8 and previous versions, I had an option to install only JRE into the image. But since Java 9 was released, I've lost such option. Seems, they don't provide separate distribution for JRE anymore.

Probably, someone of you had some experience which might be helpful.

Cheers & have a nice day!

Roman Dzhadan
  • 168
  • 1
  • 8

1 Answers1

0

You can consider using default-jre. It's really easy to install from the apt package manager.

Ivan Kirchev
  • 133
  • 1
  • 9