diff --git a/node/README.md b/node/README.md index 24d0e4554..d230b3c72 100644 --- a/node/README.md +++ b/node/README.md @@ -8,10 +8,10 @@ - [`0.12.7-onbuild`, `0.12-onbuild`, `0-onbuild` (*0.12/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/701976f243b4bd08bc0b70e0a452eaa187363372/0.12/onbuild/Dockerfile) - [`0.12.7-slim`, `0.12-slim`, `0-slim` (*0.12/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/d798690bdae91174715ac083e31198674f044b68/0.12/slim/Dockerfile) - [`0.12.7-wheezy`, `0.12-wheezy`, `0-wheezy` (*0.12/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/d798690bdae91174715ac083e31198674f044b68/0.12/wheezy/Dockerfile) -- [`4.2.0`, `4.2`, `4`, `latest` (*4.2/Dockerfile*)](https://github.com/nodejs/docker-node/blob/184653e68db98e20ced684383ef9e3d4d091c381/4.2/Dockerfile) -- [`4.2.0-onbuild`, `4.2-onbuild`, `4-onbuild`, `onbuild` (*4.2/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/184653e68db98e20ced684383ef9e3d4d091c381/4.2/onbuild/Dockerfile) -- [`4.2.0-slim`, `4.2-slim`, `4-slim`, `slim` (*4.2/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/184653e68db98e20ced684383ef9e3d4d091c381/4.2/slim/Dockerfile) -- [`4.2.0-wheezy`, `4.2-wheezy`, `4-wheezy`, `wheezy` (*4.2/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/184653e68db98e20ced684383ef9e3d4d091c381/4.2/wheezy/Dockerfile) +- [`4.2.1`, `4.2`, `4`, `latest` (*4.2/Dockerfile*)](https://github.com/nodejs/docker-node/blob/04df8682a438b0ced8f530ab562f5197595e0cbb/4.2/Dockerfile) +- [`4.2.1-onbuild`, `4.2-onbuild`, `4-onbuild`, `onbuild` (*4.2/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/04df8682a438b0ced8f530ab562f5197595e0cbb/4.2/onbuild/Dockerfile) +- [`4.2.1-slim`, `4.2-slim`, `4-slim`, `slim` (*4.2/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/04df8682a438b0ced8f530ab562f5197595e0cbb/4.2/slim/Dockerfile) +- [`4.2.1-wheezy`, `4.2-wheezy`, `4-wheezy`, `wheezy` (*4.2/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/04df8682a438b0ced8f530ab562f5197595e0cbb/4.2/wheezy/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/node`)](https://github.com/docker-library/official-images/blob/master/library/node). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). diff --git a/websphere-liberty/README.md b/websphere-liberty/README.md index 7e30e1f26..791711c22 100644 --- a/websphere-liberty/README.md +++ b/websphere-liberty/README.md @@ -13,7 +13,7 @@ For detailed information about the virtual/transfer sizes and individual layers # Overview -The images in this repository contain IBM WebSphere Application Server for Developers Liberty Profile. For more information on WebSphere Application Server Liberty, see the [WASdev](https://developer.ibm.com/wasdev/docs/category/getting-started/) site. Due to the current lack of geographic export controls on Docker Hub it has been necessary to remove the IBM Java Runtime Environment from these images. The images now build on the Debian based `java:jre` OpenJRE official repository image. To build an Ubuntu image with the IBM JRE, use the Dockerfiles available in the [ibmjre](https://github.com/WASdev/ci.docker/tree/ibmjre/websphere-liberty/8.5.5) branch on GitHub. +The images in this repository contain IBM WebSphere Application Server for Developers Liberty Profile and the IBM Java Runtime Environment. For more information on WebSphere Application Server Liberty, see the [WASdev](https://developer.ibm.com/wasdev/docs/category/getting-started/) site. # Images @@ -37,7 +37,7 @@ There are also corresponding image tags that contain the version number of the L # Usage -In order to use any of the images, it is necessary to accept the terms of the WebSphere Application Server for Developers license. This is achieved by specifying the environment variable `LICENSE` equal to `accept` when running an image. You can also view the license terms by setting this variable to `view`. Failure to set the variable will result in the termination of the container with a usage statement. +In order to use any of the images, it is necessary to accept the terms of the WebSphere Application Server for Developers and IBM JRE licenses. This is achieved by specifying the environment variable `LICENSE` equal to `accept` when running an image. You can also view the license terms by setting this variable to `view`. Failure to set the variable will result in the termination of the container with a usage statement. The images are designed to support a number of different usage patterns. The following examples are based on the Java EE6 Liberty [application deployment sample](https://developer.ibm.com/wasdev/docs/article_appdeployment/) and assume that [DefaultServletEngine.zip](https://www.ibm.com/developerworks/mydeveloperworks/blogs/wasdev/resource/DefaultServletEngine.zip) has been extracted to `/tmp` and the `server.xml` updated to accept HTTP connections from outside of the container by adding the following element inside the `server` stanza: @@ -109,6 +109,7 @@ The Dockerfiles and associated scripts are licensed under the [Apache License 2. Licenses for the products installed within the images are as follows: +- [IBM JRE](http://www14.software.ibm.com/cgi-bin/weblap/lap.pl?la_formnum=&li_formnum=L-JWOD-9SYNCP&title=IBM%C2%AE+SDK%2C+Java+Technology+Edition%2C+Version+8.0&l=en) (International License Agreement for Non-Warranted Programs) - [IBM WebSphere Application Server](https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/8.5.5.5/lafiles/runtime/en.html) in the `latest`/`8.5.5` image (International License Agreement for Non-Warranted Programs) - [IBM WebSphere Application Server Liberty v9 Beta with Java EE 7](https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/beta/lafiles/en.html) in the `beta` image (International License Agreement for Early Release of Programs)