Sunsetted IBM WebSphere Application Server traditional images. Switch to IBM Container Registry(ICR)
1M+
The publishing and maintenance of this repository as well as all Universal Base Image (UBI) based container images for WebSphere Liberty, Open Liberty and WebSphere Application Server Base in Docker Hub has ended. For more details, see the sunset notice. This repository could be deleted and you won't be able to pull the images.
The final versions of container images in this Docker Hub repository are 9.0.5.24 and 8.5.5.27. Since 9.0.5.8 and 8.5.5.18, these images have also been available from IBM Container Registry (ICR) using the same tags. You must immediately switch to the images in ICR to continue to receive new versions, updates and security fixes. To switch to ICR, simply replace references to ibmcom/websphere-traditional and docker.io/ibmcom/websphere-traditional with icr.io/appcafe/websphere-traditional. Pulls from ICR are not rate limited. The full set of WebSphere Application Server Base container images in ICR that are updated and maintained are listed at http://ibm.biz/was-images-icr. For more details, see IBM docs.
WAS855 Images based on Red Hat Universal Base Image 8 (amd64 only)
WAS905 Images based on Red Hat Universal Base Image 8 (multi-arch):
The images in this repository contain IBM WebSphere Application Server traditional. Instructions on how to use this image as well as the scripts used to build the images can be found on GitHub. See the license section below for restrictions relating to the usage of this image.
We are keeping N-2 9.0.5.x release images in this repository, which means the current fixpack and the previous two. We will also eventually be providing N-2 8.5.5.x release images, starting with 8.5.5.17.
In both cases a secure profile is created with an admin user ID of wsadmin and a generated password. The generated password can be retrieved from the container using the following command:
docker exec test cat /tmp/PASSWORD
It is also possible to specify a password when the container is run by mounting a file containing the password to /tmp/PASSWORD. For example:
docker run --name test -h test -v $(pwd)/PASSWORD:/tmp/PASSWORD \
-p 9043:9043 -p 9443:9443 -d ibmcom/websphere-traditional
Once the server has started, you can access the admin console at https://localhost:9043/ibm/console/login.do?action=secure. If you are running in Docker Toolbox, use the value returned by docker-machine ip instead of localhost.
The Dockerfiles and associated scripts are licensed under the Apache License 2.0.
License for the product installed within the images is as follows:
IBM WebSphere Application Server v9 (International License Agreement for Non-Warranted Programs)
IBM WebSphere Application Server v85 (International License Agreement for Non-Warranted Programs)
Note that this license does not permit further distribution and restricts usage to a developer machine unless you have additional entitlement that allows you to use these images in production.
For issues relating specifically to this Docker image, please use the GitHub issue tracker. For more general issues relating to IBM WebSphere Application Server you can get help through the WASdev community. We welcome contributions following our guidelines.
Content type
Image
Digest
sha256:62225252d…
Size
1.1 GB
Last updated
about 1 year ago
docker pull ibmcom/websphere-traditional:8.5.5.27-ubi8-ppc64le