Browse Source

Run update.sh

Docker Library Bot 6 years ago
parent
commit
7ef3d9baf8
5 changed files with 37 additions and 44 deletions
  1. 1 1
      clearlinux/README.md
  2. 5 4
      open-liberty/README.md
  3. 24 24
      perl/README.md
  4. 5 13
      websphere-liberty/README.md
  5. 2 2
      xwiki/README.md

+ 1 - 1
clearlinux/README.md

@@ -16,7 +16,7 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`latest`, `base`](https://github.com/clearlinux/docker-brew-clearlinux/blob/61b1a58ec7e0502374b10e11d3a6874c26caa368/Dockerfile)
+-	[`latest`, `base`](https://github.com/clearlinux/docker-brew-clearlinux/blob/5a8b60e50a2a3cf89ed871b71ebbe2da11ab76f5/Dockerfile)
 
 # Quick reference
 

+ 5 - 4
open-liberty/README.md

@@ -124,6 +124,8 @@ WARNING:
 
 The images in this repository contain Open Liberty. For more information about Open Liberty, see the [Open Liberty Website](https://openliberty.io/) site.
 
+If you're looking for Open Liberty based on Red Hat's Universal Base Image, please see [this repo](https://hub.docker.com/r/openliberty/open-liberty).
+
 # Image User
 
 This image runs by default with `USER 1001` (non-root), as part of group `0`. Please make sure you read below to set the appropriate folder and file permissions.
@@ -169,17 +171,16 @@ Please note that this pattern will duplicate the docker layers for those artifac
 
 There are multiple tags available in this repository.
 
-The `kernel` image contains the Liberty kernel and can be used as the basis for custom built images that contain only the features required for a specific application. For example, the following Dockerfile starts with this image, copies in the `server.xml` that lists the features required by the application.
+The `kernel` image contains the Liberty kernel and can be used as the basis for custom built images that contain only the features required for a specific application. For example, the following Dockerfile starts with this image, copies in the `server.xml` that lists the features required by the application and then run a built-in script to install the needed features.
 
 ```dockerfile
 FROM open-liberty:kernel
 COPY --chown=1001:0  Sample1.war /config/dropins/
 COPY --chown=1001:0  server.xml /config/
+RUN configure.sh
 ```
 
-The `microProfile1` image contains the features required to implement Eclipse MicroProfile 1.3. The `webProfile8` image contains the features required for Java EE8 Web Profile compliance. The `javaee8` image adds the features required for Java EE8 Full Platform compliance. The `javaee8` image is also tagged with `latest`. The `webProfile7` image contains the features required for Java EE7 Web Profile compliance. The `javaee7` image adds the features required for Java EE7 Full Platform compliance. The `springBoot1` and `springBoot2` images contain the features required for running Spring Boot 1.5 and 2.0 applications.
-
-There are also additional images for different JVM combinations. Currently there are tags for java8 only, but there are two variants one based on IBM Java and Ubuntu and the other based on the IBM small footprint Java which is based on alpine linux. The naming structure for the variants is tag-javaversion-vandor/variant. This leads to webProfile8-java8-ibmsfj as one. At this time the full list of images are found in the `Supported tags and respective Dockerfile links` section above.
+The full list of images are found in the `Supported tags and respective Dockerfile links` section above.
 
 # Usage
 

+ 24 - 24
perl/README.md

@@ -16,30 +16,30 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`latest`, `5`, `5.30`, `5.30.0`, `5-buster`, `5.30-buster`, `5.30.1-buster`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.030.001-main-buster/Dockerfile)
--	[`5-stretch`, `5.30-stretch`, `5.30.1-stretch`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.030.001-main-stretch/Dockerfile)
--	[`slim`, `5-slim`, `5.30-slim`, `5.30.1-slim`, `slim-buster`, `5-slim-buster`, `5.30-slim-buster`, `5.30.1-slim-buster`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.030.001-slim-buster/Dockerfile)
--	[`slim-stretch`, `5-slim-stretch`, `5.30-slim-stretch`, `5.30.1-slim-stretch`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.030.001-slim-stretch/Dockerfile)
--	[`threaded`, `5-threaded`, `5.30-threaded`, `5.30.1-threaded`, `threaded-buster`, `5-threaded-buster`, `5.30-threaded-buster`, `5.30.1-threaded-buster`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.030.001-main,threaded-buster/Dockerfile)
--	[`threaded-stretch`, `5-threaded-stretch`, `5.30-threaded-stretch`, `5.30.1-threaded-stretch`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.030.001-main,threaded-stretch/Dockerfile)
--	[`slim-threaded`, `5-slim-threaded`, `5.30-slim-threaded`, `5.30.1-slim-threaded`, `slim-threaded-buster`, `5-slim-threaded-buster`, `5.30-slim-threaded-buster`, `5.30.1-slim-threaded-buster`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.030.001-slim,threaded-buster/Dockerfile)
--	[`slim-threaded-stretch`, `5-slim-threaded-stretch`, `5.30-slim-threaded-stretch`, `5.30.1-slim-threaded-stretch`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.030.001-slim,threaded-stretch/Dockerfile)
--	[`5.28`, `5.28.2`, `5.28-buster`, `5.28.2-buster`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.028.002-main-buster/Dockerfile)
--	[`5.28-stretch`, `5.28.2-stretch`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.028.002-main-stretch/Dockerfile)
--	[`5.28-slim`, `5.28.2-slim`, `5.28-slim-buster`, `5.28.2-slim-buster`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.028.002-slim-buster/Dockerfile)
--	[`5.28-slim-stretch`, `5.28.2-slim-stretch`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.028.002-slim-stretch/Dockerfile)
--	[`5.28-threaded`, `5.28.2-threaded`, `5.28-threaded-buster`, `5.28.2-threaded-buster`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.028.002-main,threaded-buster/Dockerfile)
--	[`5.28-threaded-stretch`, `5.28.2-threaded-stretch`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.028.002-main,threaded-stretch/Dockerfile)
--	[`5.28-slim-threaded`, `5.28.2-slim-threaded`, `5.28-slim-threaded-buster`, `5.28.2-slim-threaded-buster`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.028.002-slim,threaded-buster/Dockerfile)
--	[`5.28-slim-threaded-stretch`, `5.28.2-slim-threaded-stretch`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.028.002-slim,threaded-stretch/Dockerfile)
--	[`5.26`, `5.26.3`, `5.26-buster`, `5.26.3-buster`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.026.003-main-buster/Dockerfile)
--	[`5.26-stretch`, `5.26.3-stretch`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.026.003-main-stretch/Dockerfile)
--	[`5.26-slim`, `5.26.3-slim`, `5.26-slim-buster`, `5.26.3-slim-buster`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.026.003-slim-buster/Dockerfile)
--	[`5.26-slim-stretch`, `5.26.3-slim-stretch`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.026.003-slim-stretch/Dockerfile)
--	[`5.26-threaded`, `5.26.3-threaded`, `5.26-threaded-buster`, `5.26.3-threaded-buster`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.026.003-main,threaded-buster/Dockerfile)
--	[`5.26-threaded-stretch`, `5.26.3-threaded-stretch`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.026.003-main,threaded-stretch/Dockerfile)
--	[`5.26-slim-threaded`, `5.26.3-slim-threaded`, `5.26-slim-threaded-buster`, `5.26.3-slim-threaded-buster`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.026.003-slim,threaded-buster/Dockerfile)
--	[`5.26-slim-threaded-stretch`, `5.26.3-slim-threaded-stretch`](https://github.com/perl/docker-perl/blob/bad811d7db8abc4f7b612f6a7b4c7890ff44f399/5.026.003-slim,threaded-stretch/Dockerfile)
+-	[`latest`, `5`, `5.30`, `5.30.1`, `5-buster`, `5.30-buster`, `5.30.1-buster`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.030.001-main-buster/Dockerfile)
+-	[`5-stretch`, `5.30-stretch`, `5.30.1-stretch`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.030.001-main-stretch/Dockerfile)
+-	[`slim`, `5-slim`, `5.30-slim`, `5.30.1-slim`, `slim-buster`, `5-slim-buster`, `5.30-slim-buster`, `5.30.1-slim-buster`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.030.001-slim-buster/Dockerfile)
+-	[`slim-stretch`, `5-slim-stretch`, `5.30-slim-stretch`, `5.30.1-slim-stretch`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.030.001-slim-stretch/Dockerfile)
+-	[`threaded`, `5-threaded`, `5.30-threaded`, `5.30.1-threaded`, `threaded-buster`, `5-threaded-buster`, `5.30-threaded-buster`, `5.30.1-threaded-buster`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.030.001-main,threaded-buster/Dockerfile)
+-	[`threaded-stretch`, `5-threaded-stretch`, `5.30-threaded-stretch`, `5.30.1-threaded-stretch`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.030.001-main,threaded-stretch/Dockerfile)
+-	[`slim-threaded`, `5-slim-threaded`, `5.30-slim-threaded`, `5.30.1-slim-threaded`, `slim-threaded-buster`, `5-slim-threaded-buster`, `5.30-slim-threaded-buster`, `5.30.1-slim-threaded-buster`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.030.001-slim,threaded-buster/Dockerfile)
+-	[`slim-threaded-stretch`, `5-slim-threaded-stretch`, `5.30-slim-threaded-stretch`, `5.30.1-slim-threaded-stretch`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.030.001-slim,threaded-stretch/Dockerfile)
+-	[`5.28`, `5.28.2`, `5.28-buster`, `5.28.2-buster`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.028.002-main-buster/Dockerfile)
+-	[`5.28-stretch`, `5.28.2-stretch`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.028.002-main-stretch/Dockerfile)
+-	[`5.28-slim`, `5.28.2-slim`, `5.28-slim-buster`, `5.28.2-slim-buster`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.028.002-slim-buster/Dockerfile)
+-	[`5.28-slim-stretch`, `5.28.2-slim-stretch`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.028.002-slim-stretch/Dockerfile)
+-	[`5.28-threaded`, `5.28.2-threaded`, `5.28-threaded-buster`, `5.28.2-threaded-buster`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.028.002-main,threaded-buster/Dockerfile)
+-	[`5.28-threaded-stretch`, `5.28.2-threaded-stretch`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.028.002-main,threaded-stretch/Dockerfile)
+-	[`5.28-slim-threaded`, `5.28.2-slim-threaded`, `5.28-slim-threaded-buster`, `5.28.2-slim-threaded-buster`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.028.002-slim,threaded-buster/Dockerfile)
+-	[`5.28-slim-threaded-stretch`, `5.28.2-slim-threaded-stretch`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.028.002-slim,threaded-stretch/Dockerfile)
+-	[`5.26`, `5.26.3`, `5.26-buster`, `5.26.3-buster`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.026.003-main-buster/Dockerfile)
+-	[`5.26-stretch`, `5.26.3-stretch`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.026.003-main-stretch/Dockerfile)
+-	[`5.26-slim`, `5.26.3-slim`, `5.26-slim-buster`, `5.26.3-slim-buster`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.026.003-slim-buster/Dockerfile)
+-	[`5.26-slim-stretch`, `5.26.3-slim-stretch`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.026.003-slim-stretch/Dockerfile)
+-	[`5.26-threaded`, `5.26.3-threaded`, `5.26-threaded-buster`, `5.26.3-threaded-buster`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.026.003-main,threaded-buster/Dockerfile)
+-	[`5.26-threaded-stretch`, `5.26.3-threaded-stretch`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.026.003-main,threaded-stretch/Dockerfile)
+-	[`5.26-slim-threaded`, `5.26.3-slim-threaded`, `5.26-slim-threaded-buster`, `5.26.3-slim-threaded-buster`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.026.003-slim,threaded-buster/Dockerfile)
+-	[`5.26-slim-threaded-stretch`, `5.26.3-slim-threaded-stretch`](https://github.com/perl/docker-perl/blob/61f3aae15f583754767f4d5a969d609f1facdeb4/5.026.003-slim,threaded-stretch/Dockerfile)
 
 # Quick reference
 

+ 5 - 13
websphere-liberty/README.md

@@ -76,7 +76,9 @@ WARNING:
 
 # Overview
 
-The images in this repository contain IBM WebSphere Application Server Liberty for Developers and the IBM Java Runtime Environment. See the license section below for restrictions relating to the use of this image. For more information about WebSphere Application Server Liberty, see the [WASdev](https://developer.ibm.com/wasdev/docs/category/getting-started/) site.
+The images in this repository contain WebSphere Liberty application server and the IBM Java Runtime Environment. For more information please see our [official repository](https://github.com/WASdev/ci.docker).
+
+If you're looking for UBI-based images, please see [this repo](https://hub.docker.com/r/ibmcom/websphere-liberty/).
 
 # Image User
 
@@ -123,25 +125,15 @@ Please note that this pattern will duplicate the docker layers for those artifac
 
 There are multiple tags available in this repository. The image with the tag `beta` contains the contents of the install archive for the latest monthly beta. The other images are all based on the latest generally available fix pack.
 
-The `kernel` image contains just the Liberty kernel and no additional runtime features. This image can be used as the basis for custom built images that contain only the features required for a specific application. For example, the following Dockerfile starts with this image, copies in the `server.xml` that lists the features required by the application, and then uses the `installUtility` command to download those features from the online repository.
+The `kernel` image contains just the Liberty kernel and no additional runtime features. This image can be used as the basis for custom built images that contain only the features required for a specific application. For example, the following Dockerfile starts with this image, copies in the `server.xml` that lists the features required by the application, and then uses the `configure.sh` script to download those features from the online repository.
 
 ```dockerfile
 FROM websphere-liberty:kernel
 COPY --chown=1001:0  Sample1.war /config/dropins/
 COPY --chown=1001:0  server.xml /config/
-RUN installUtility install --acceptLicense defaultServer
+RUN configure.sh
 ```
 
-The `webProfile8` image contains the features required for Java EE8 Web Profile compliance. The `javaee8` image extends this image and adds the features required for Java EE8 Full Platform compliance. The `javaee8` image is also tagged with `latest`.
-
-The `webProfile7` image contains the features required for Java EE7 Web Profile compliance. The `javaee7` image extends this image and adds the features required for Java EE7 Full Platform compliance.
-
-The `webProfile8`, `javaee8`, `webProfile7` and `javaee7` images also contain a common set of features that are expected to be of use for a typical production scenario. These features are: `appSecurity-2.0`, `collectiveMember-1.0`, `localConnector-1.0`, `ldapRegistry-3.0`, `monitor-1.0`, `requestTiming-1.0`, `restConnector-2.0`, `sessionDatabase-1.0`, `ssl-1.0`, `transportSecurity-1.0` and `webCache-1.0`.
-
-The `microProfile1` and `microProfile2` images contains the features required to support MicroProfile 1.4 and MicroProfile 2.0 (respectively).
-
-The `springBoot1` and `springBoot2` images contain all features required for running Spring Boot 1.5 and 2.0 applications; including `springBoot-1.5` or `springBoot-2.0`, respectively, plus `servlet-4.0`, `jsp-2.3`, `webSocket-1.1`, and `transportSecurity-1.0`.
-
 # Usage
 
 The images are designed to support a number of different usage patterns. The following examples are based on the Java EE8 Liberty [application deployment sample](https://developer.ibm.com/wasdev/docs/article_appdeployment/) and assume that [DefaultServletEngine.zip](https://github.com/WASdev/sample.servlet/releases/download/V1/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 (if not using one of the pre-packaged `server.xml` files with our tags):

+ 2 - 2
xwiki/README.md

@@ -18,8 +18,8 @@ WARNING:
 
 -	[`10`, `10.11`, `10.11.10`, `10-mysql-tomcat`, `mysql-tomcat`, `lts-mysql-tomcat`, `lts-mysql`, `lts`](https://github.com/xwiki-contrib/docker-xwiki/blob/1044c672273d10c174d64be5919a9e94101c7ec3/10/mysql-tomcat/Dockerfile)
 -	[`10-postgres-tomcat`, `10.11-postgres-tomcat`, `10.11.10-postgres-tomcat`, `postgres-tomcat`, `lts-postgres-tomcat`, `lts-postgres`](https://github.com/xwiki-contrib/docker-xwiki/blob/1044c672273d10c174d64be5919a9e94101c7ec3/10/postgres-tomcat/Dockerfile)
--	[`11`, `11.9`, `11-mysql-tomcat`, `11.9-mysql-tomcat`, `stable-mysql-tomcat`, `stable-mysql`, `stable`, `latest`](https://github.com/xwiki-contrib/docker-xwiki/blob/65ced309022ade77705bd3578641f2a00b7a22d9/11/mysql-tomcat/Dockerfile)
--	[`11-postgres-tomcat`, `11.9-postgres-tomcat`, `stable-postgres-tomcat`, `stable-postgres`](https://github.com/xwiki-contrib/docker-xwiki/blob/65ced309022ade77705bd3578641f2a00b7a22d9/11/postgres-tomcat/Dockerfile)
+-	[`11`, `11.10`, `11-mysql-tomcat`, `11.10-mysql-tomcat`, `stable-mysql-tomcat`, `stable-mysql`, `stable`, `latest`](https://github.com/xwiki-contrib/docker-xwiki/blob/cdbf86ef9a4bb8284987b16d437f37b69ea18d7e/11/mysql-tomcat/Dockerfile)
+-	[`11-postgres-tomcat`, `11.10-postgres-tomcat`, `stable-postgres-tomcat`, `stable-postgres`](https://github.com/xwiki-contrib/docker-xwiki/blob/cdbf86ef9a4bb8284987b16d437f37b69ea18d7e/11/postgres-tomcat/Dockerfile)
 
 # Quick reference