MaksymBilenko / docker-oracle-12c

:whale: Docker image with Oracle Database 12c on board
Apache License 2.0
680 stars 285 forks source link

Woking oracle 12c Release 2 base image #77

Closed emonterodelrio closed 6 years ago

emonterodelrio commented 6 years ago

:)

emonterodelrio commented 6 years ago

From pr to r2 conversation....

Its a bit bigger than 14 GB, xD but works!

To make smaller try to fit all in a single RUN instruction, and instead of ADD zip file, upload it to a webserver and do an wget at RUN layer. ADD layer then wont exists :)

Also tar.gz the zip file if you don't matter with build times ;)

MaksymBilenko commented 6 years ago

yeah please apply wget and cleanup at single instruction to minimize image size