Docker image for Oracle SOA Suite 12c by Jorge Esteban Quilcate Otoya
September 14, 2015 Leave a comment
Cool news came from Oracle a couple of weeks ago: Oracle WebLogic Server is now supported on Docker!.
This is very cool. Docker is a disruptive platform that ship everything inside a container (OS, Configurations, Platform, Application) and let you run it (almost) everywhere! To learn more about Docker
So, WebLogic on Docker is great, but I’d like to go further and Dockerize SOA and BPM products (as Guido Schmitz made with Oracle Stream Explorer)
I used Oracle’s Docker repository as a base to create a Oracle SOA Suite 12c image (with the product installed – no domain included), and a sample Docker configuration to create a Docker image with a domain with SOA and OSB.
Get the repository
To try this post you should have a machine with Docker installed.
To get started you can download the repository: http://github.com/jeqo/oracle-docker
The repository includes images for MySQL, WebLogic and Coherence. These images comes from Oracle repository.
My contribution is into the ‘OracleSOA’ directory.
Feel free to fork and create "pull-requests"!
Creating the SOA Suite 12c image
Now you should download Oracle SOA Suite 12c Quick Start installer, and put it into OracleSOA/dockerfiles/12.1.3. Also, you should download Java Development Kit 7, and put it in the same folder.
Open a terminal into OracleSOA directory, go to dockerfiles, run the script buildDockerImage.sh with the -d argument because we are installing the Quick Start version of SOA Suite 12c: Read the complete article here.
For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.
Blog
Twitter
LinkedIn
Facebook
Wiki