The files in this directory are used to build the ibmcom/websphere-traditional
images on Docker Hub. These images contain the ILAN licensed IBM WebSphere Application Server traditional for Developers.
If you wish to build these images for yourself you will need to obtain:
- An IBMid
- An IBM InstallationManager install .zip for x86 64-bit Linux (agent.installer.linux.gtk.x86_64_*.zip)
The images can be built as follows:
-
Clone this repository
-
Change to the directory
developer/
-
Place the Installation Manager .zip file in the
im
directory. -
Build the
websphere-traditional:install
andwebsphere-traditional:profile
images by running:./build <version> <IBMid> <IBMid password>
where <version>
is the required WebSphere Application Server fix-pack (e.g. 9.0.0.0
). The build will take some time as it is downloading the install binaries.
The build script can be modified to pass the following optional values via the --build-arg
argument on docker build
.
For websphere-traditional:install
:
USER
(optional, default iswas
) - user used for the installationGROUP
(optional, default iswas
) - group the user belongs to
For websphere-traditional:profile
:
CELL_NAME
(optional, default isDefaultCell01
) - cell nameNODE_NAME
(optional, default isDefaultNode01
) - node namePROFILE_NAME
(optional, default isAppSrv01
) - profile nameHOST_NAME
(optional, default islocalhost
) - host nameSERVER_NAME
(optional, default isserver1
) - server nameADMIN_USER_NAME
(optional, default iswsadmin
) - admin user name