docker-library / openjdk

Docker Official Image packaging for EA builds of OpenJDK from Oracle
http://openjdk.java.net
MIT License
1.14k stars 471 forks source link

Why openjdk 8 docker image is that big? #417

Closed kisbalazspatrik closed 4 years ago

kisbalazspatrik commented 4 years ago

openjdk 8 ba05e3b268fc 12 days ago 5.2GB

That happens, whenever i try to use openjdk 8, other versions are fine

wglambert commented 4 years ago

What's your Dockerfile

$ docker images | grep openjdk
openjdk             8-slim              ceab49f001b1        12 days ago         285MB
openjdk             8                   b190ad78b520        12 days ago         510MB
openjdk             8-alpine            a3562aa0b991        13 months ago       105MB
tianon commented 4 years ago

Also, are you (perhaps accidentally) using Windows containers?

kisbalazspatrik commented 4 years ago

Also, are you (perhaps accidentally) using Windows containers?

Thank you, i didnt know about that, but that was the problem!