ci.docker.websphere-traditional
ci.docker.websphere-traditional copied to clipboard
Dockerfiles for WebSphere Application Server traditional
We are not using shared classes in the traditional websphere containers, so it would be a performance improvement for startup time to disable them. Need to add/append this property to...
Saw this error scroll by > /work/start_server.sh: line 15: hostname: command not found ... while using > docker run --name twasv9 -h twasv9 -v $(pwd)/PASSWORD:/tmp/PASSWORD -p 9043:9043 -p 9443:9443 -e...
I am following instruction from: https://github.com/WASdev/ci.docker.websphere-traditional while running docker run -i -t -e PROFILE_NAME=AppSrv02 -p 9043:9043 -p 9443:9443 --name webshpere-8.5 7c3b17e0a924 I am getting error : WASX7303I: The following options...
I am working on migrating an application from WAS ND to OpenShift (using docker images from WAS Base repo). This migration has been pretty straight forward for all applications i...
I am trying to build the images myself because i want to change the base OS image to Ubuntu 20.04, i tried the different provided versions but i'm stuck with...
Is there a way I can extend this image, and enable password to be from environment? ``` FROM ibmcom/websphere-traditional:latest #.... What to do here to take password from environment? ```
Hi People. I need to add apache Ant to compile my code this image. I have" permission denied" when i try to create ant´s folder when i build a new...