ci.docker.websphere-traditional icon indicating copy to clipboard operation
ci.docker.websphere-traditional copied to clipboard

Make developer-image more beginner-friendly

Open 38leinaD opened this issue 6 years ago • 3 comments

This issue is mainly about the websphere developer images hosted on dockerhub: https://hub.docker.com/r/ibmcom/websphere-traditional/

Comparing to other application-server's docker images, I think the default settings could be improved for developers to get started and more easily deploy a JavaEE application. I have derived my own docker image that I sometimes use in demos or to very quickly try out a feature on websphere: https://github.com/38leinaD/docker-images/blob/master/websphere-9/configure.py

  • Enable auto-deployment for a folder
  • Enable debug port
  • Enable development-mode of WAS
  • enableAdminSecurity=false

Is this something we could have with the official image? I think this could considerable lower the barrier for someone to get started with JavaEE on Websphere.

38leinaD avatar May 10 '18 09:05 38leinaD

hey @38leinaD - sorry for the long delay. The link you shared seems to be gone - do you have an updated version of the python script? It definitely sounds interesting, and I agree 100% that we can simplify the user experience of this container.

arthurdm avatar Oct 17 '18 14:10 arthurdm

Great to hear. Here is the updated link. https://github.com/38leinaD/docker-images/blob/master/was-9/configure.py

38leinaD avatar Oct 17 '18 20:10 38leinaD

awesome, thank you @38leinaD. we're starting to make some changes in https://github.com/WASdev/ci.docker.websphere-traditional/blob/master/developer/README.md, starting with focusing our support on v9 only.

arthurdm avatar Oct 23 '18 00:10 arthurdm