Skip to content

Instantly share code, notes, and snippets.

@spara
Last active July 10, 2017 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spara/a45454a5b2e4d66bd840ab8f9d5f98fa to your computer and use it in GitHub Desktop.
Save spara/a45454a5b2e4d66bd840ab8f9d5f98fa to your computer and use it in GitHub Desktop.
building a weblogic 12.2.1.2 generic container in OSX

Custom Weblogic build to use with this tutorial

  1. install md5sum equivalent:
brew install md5sha1sum
  1. Download store/oracle/serverjre:8 container
docker pull store/oracle/serverjre:8
  1. Change Dockerfile to use jre image
# Pull base image
# From the Oracle Registry
# -------------------------
FROM store/oracle/serverjre:8
  1. Download the generic Weblogic installer,

download from:

http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-for-dev-1703574.html

or

http://download.oracle.com/otn/nt/middleware/12c/12212/fmw_12.2.1.2.0_wls_Disk1_1of1.zip

into directory:

.../docker-images/OracleWebLogic/dockerfiles/12.2.1.2
  1. Build
./buildDockerImage.sh -v 12.2.1.2 -g
  1. Create a domain

From this tutorial

*note: --build-arg not parsed correctly in OSX, change Dockerfile to include ADMIN_PASSWORD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment