This repository stores Dockerfiles and required files to build Oracle WLS docker image, 2 Dockerfile is provided i.e.
weblogic/
: WLS simple standalone serverweblogic-base-domain/
: WLS with a sample domain named 'base_domain' with admin server listen on port 7001 and password iswelcome01
-
Download the Generic version of "Installers with Oracle WebLogic Server and Oracle Coherence" (
wls1036_generic.jar
- size: 997 MB) from:http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-for-dev-1703574.html
-
Download "Java SE Development Kit 7u80" (
jdk-7u79-linux-x64.rpm
- size: 131.69 MB) from:http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html
Move those files to weblogic/10.3.6/
and/or weblogic-base-domain/10.3.6/
$ cd weblogic/10.3.6
$ sudo docker build -t $YOURNAME/weblogic:10.3.6 .
OR
$ cd weblogic-base-domain/10.3.6
$ sudo docker build -t $YOURNAME/weblogic-base-domain:10.3.6 .
For more information read the Dockerfile
in those directory.
For support and information, please consult the documentation for each image or see GibaHolms at WordPress
.