Browse Source

Run update.sh

Docker Library Bot 6 years ago
parent
commit
0a2c65960d
2 changed files with 21 additions and 21 deletions
  1. 9 9
      open-liberty/README.md
  2. 12 12
      php/README.md

+ 9 - 9
open-liberty/README.md

@@ -248,11 +248,11 @@ Note: If you are using the boot2docker virtual machine on OS X or Windows, you n
 
 
 For greater flexibility over configuration, it is possible to mount an entire server configuration directory from the host and then specify the server name as a parameter to the run command. Note: This particular example server configuration provides only HTTP access.
 For greater flexibility over configuration, it is possible to mount an entire server configuration directory from the host and then specify the server name as a parameter to the run command. Note: This particular example server configuration provides only HTTP access.
 
 
-	```console
-	$ docker run -d -p 80:9080 \
-	  -v /tmp/DefaultServletEngine:/config \
-	  open-liberty:webProfile8
-	```
+```console
+$ docker run -d -p 80:9080 \
+  -v /tmp/DefaultServletEngine:/config \
+  open-liberty:webProfile8
+```
 
 
 # Using `springBoot` images
 # Using `springBoot` images
 
 
@@ -344,10 +344,10 @@ docker run -d -p 80:9080 -p 443:9443 \
 
 
 WebSphere Liberty is a commercial distribution of Open Liberty. There is an official docker image for websphere-liberty. The websphere-liberty docker image predates the open-liberty one, so to make it simpler to move from open-liberty to websphere-liberty (or vice versa) the images are broadly compatible. It should be possible to move from one to the other with a simple FROM clause change. Some considerations for moving between them:
 WebSphere Liberty is a commercial distribution of Open Liberty. There is an official docker image for websphere-liberty. The websphere-liberty docker image predates the open-liberty one, so to make it simpler to move from open-liberty to websphere-liberty (or vice versa) the images are broadly compatible. It should be possible to move from one to the other with a simple FROM clause change. Some considerations for moving between them:
 
 
-	Open Liberty installs into `/opt/ol` rather than `/opt/ibm`.
-	Use the `/config` folder for accessing the server configuration.
-	Use the `/output` folder for accessing the server output.
-	When adding your own SSL configuration use the `/config/configDropins/defaults/keystore.xml`.
+-	Open Liberty installs into `/opt/ol` rather than `/opt/ibm`.
+-	Use the `/config` folder for accessing the server configuration.
+-	Use the `/output` folder for accessing the server output.
+-	When adding your own SSL configuration use the `/config/configDropins/defaults/keystore.xml`.
 
 
 # License
 # License
 
 

+ 12 - 12
php/README.md

@@ -23,10 +23,10 @@ WARNING:
 -	[`7.4.0alpha3-cli-alpine3.10`, `7.4-rc-cli-alpine3.10`, `rc-cli-alpine3.10`, `7.4.0alpha3-alpine3.10`, `7.4-rc-alpine3.10`, `rc-alpine3.10`, `7.4.0alpha3-cli-alpine`, `7.4-rc-cli-alpine`, `rc-cli-alpine`, `7.4.0alpha3-alpine`, `7.4-rc-alpine`, `rc-alpine`](https://github.com/docker-library/php/blob/e85ee95f61fbd70e681cabb2a5d3e6740263a279/7.4-rc/alpine3.10/cli/Dockerfile)
 -	[`7.4.0alpha3-cli-alpine3.10`, `7.4-rc-cli-alpine3.10`, `rc-cli-alpine3.10`, `7.4.0alpha3-alpine3.10`, `7.4-rc-alpine3.10`, `rc-alpine3.10`, `7.4.0alpha3-cli-alpine`, `7.4-rc-cli-alpine`, `rc-cli-alpine`, `7.4.0alpha3-alpine`, `7.4-rc-alpine`, `rc-alpine`](https://github.com/docker-library/php/blob/e85ee95f61fbd70e681cabb2a5d3e6740263a279/7.4-rc/alpine3.10/cli/Dockerfile)
 -	[`7.4.0alpha3-fpm-alpine3.10`, `7.4-rc-fpm-alpine3.10`, `rc-fpm-alpine3.10`, `7.4.0alpha3-fpm-alpine`, `7.4-rc-fpm-alpine`, `rc-fpm-alpine`](https://github.com/docker-library/php/blob/e85ee95f61fbd70e681cabb2a5d3e6740263a279/7.4-rc/alpine3.10/fpm/Dockerfile)
 -	[`7.4.0alpha3-fpm-alpine3.10`, `7.4-rc-fpm-alpine3.10`, `rc-fpm-alpine3.10`, `7.4.0alpha3-fpm-alpine`, `7.4-rc-fpm-alpine`, `rc-fpm-alpine`](https://github.com/docker-library/php/blob/e85ee95f61fbd70e681cabb2a5d3e6740263a279/7.4-rc/alpine3.10/fpm/Dockerfile)
 -	[`7.4.0alpha3-zts-alpine3.10`, `7.4-rc-zts-alpine3.10`, `rc-zts-alpine3.10`, `7.4.0alpha3-zts-alpine`, `7.4-rc-zts-alpine`, `rc-zts-alpine`](https://github.com/docker-library/php/blob/e85ee95f61fbd70e681cabb2a5d3e6740263a279/7.4-rc/alpine3.10/zts/Dockerfile)
 -	[`7.4.0alpha3-zts-alpine3.10`, `7.4-rc-zts-alpine3.10`, `rc-zts-alpine3.10`, `7.4.0alpha3-zts-alpine`, `7.4-rc-zts-alpine`, `rc-zts-alpine`](https://github.com/docker-library/php/blob/e85ee95f61fbd70e681cabb2a5d3e6740263a279/7.4-rc/alpine3.10/zts/Dockerfile)
--	[`7.3.7-cli-buster`, `7.3-cli-buster`, `7-cli-buster`, `cli-buster`, `7.3.7-buster`, `7.3-buster`, `7-buster`, `buster`, `7.3.7-cli`, `7.3-cli`, `7-cli`, `cli`, `7.3.7`, `7.3`, `7`, `latest`](https://github.com/docker-library/php/blob/ccbe53516fa2fd2d3b0ba680b83148b443a6ccf1/7.3/buster/cli/Dockerfile)
--	[`7.3.7-apache-buster`, `7.3-apache-buster`, `7-apache-buster`, `apache-buster`, `7.3.7-apache`, `7.3-apache`, `7-apache`, `apache`](https://github.com/docker-library/php/blob/ccbe53516fa2fd2d3b0ba680b83148b443a6ccf1/7.3/buster/apache/Dockerfile)
--	[`7.3.7-fpm-buster`, `7.3-fpm-buster`, `7-fpm-buster`, `fpm-buster`, `7.3.7-fpm`, `7.3-fpm`, `7-fpm`, `fpm`](https://github.com/docker-library/php/blob/ccbe53516fa2fd2d3b0ba680b83148b443a6ccf1/7.3/buster/fpm/Dockerfile)
--	[`7.3.7-zts-buster`, `7.3-zts-buster`, `7-zts-buster`, `zts-buster`, `7.3.7-zts`, `7.3-zts`, `7-zts`, `zts`](https://github.com/docker-library/php/blob/ccbe53516fa2fd2d3b0ba680b83148b443a6ccf1/7.3/buster/zts/Dockerfile)
+-	[`7.3.7-cli-buster`, `7.3-cli-buster`, `7-cli-buster`, `cli-buster`, `7.3.7-buster`, `7.3-buster`, `7-buster`, `buster`, `7.3.7-cli`, `7.3-cli`, `7-cli`, `cli`, `7.3.7`, `7.3`, `7`, `latest`](https://github.com/docker-library/php/blob/a0ce8afda4af0226d3aad0b93103cb4fc5414458/7.3/buster/cli/Dockerfile)
+-	[`7.3.7-apache-buster`, `7.3-apache-buster`, `7-apache-buster`, `apache-buster`, `7.3.7-apache`, `7.3-apache`, `7-apache`, `apache`](https://github.com/docker-library/php/blob/a0ce8afda4af0226d3aad0b93103cb4fc5414458/7.3/buster/apache/Dockerfile)
+-	[`7.3.7-fpm-buster`, `7.3-fpm-buster`, `7-fpm-buster`, `fpm-buster`, `7.3.7-fpm`, `7.3-fpm`, `7-fpm`, `fpm`](https://github.com/docker-library/php/blob/a0ce8afda4af0226d3aad0b93103cb4fc5414458/7.3/buster/fpm/Dockerfile)
+-	[`7.3.7-zts-buster`, `7.3-zts-buster`, `7-zts-buster`, `zts-buster`, `7.3.7-zts`, `7.3-zts`, `7-zts`, `zts`](https://github.com/docker-library/php/blob/a0ce8afda4af0226d3aad0b93103cb4fc5414458/7.3/buster/zts/Dockerfile)
 -	[`7.3.7-cli-stretch`, `7.3-cli-stretch`, `7-cli-stretch`, `cli-stretch`, `7.3.7-stretch`, `7.3-stretch`, `7-stretch`, `stretch`](https://github.com/docker-library/php/blob/30447e37518681136496279034102e6ee505f5cd/7.3/stretch/cli/Dockerfile)
 -	[`7.3.7-cli-stretch`, `7.3-cli-stretch`, `7-cli-stretch`, `cli-stretch`, `7.3.7-stretch`, `7.3-stretch`, `7-stretch`, `stretch`](https://github.com/docker-library/php/blob/30447e37518681136496279034102e6ee505f5cd/7.3/stretch/cli/Dockerfile)
 -	[`7.3.7-apache-stretch`, `7.3-apache-stretch`, `7-apache-stretch`, `apache-stretch`](https://github.com/docker-library/php/blob/30447e37518681136496279034102e6ee505f5cd/7.3/stretch/apache/Dockerfile)
 -	[`7.3.7-apache-stretch`, `7.3-apache-stretch`, `7-apache-stretch`, `apache-stretch`](https://github.com/docker-library/php/blob/30447e37518681136496279034102e6ee505f5cd/7.3/stretch/apache/Dockerfile)
 -	[`7.3.7-fpm-stretch`, `7.3-fpm-stretch`, `7-fpm-stretch`, `fpm-stretch`](https://github.com/docker-library/php/blob/30447e37518681136496279034102e6ee505f5cd/7.3/stretch/fpm/Dockerfile)
 -	[`7.3.7-fpm-stretch`, `7.3-fpm-stretch`, `7-fpm-stretch`, `fpm-stretch`](https://github.com/docker-library/php/blob/30447e37518681136496279034102e6ee505f5cd/7.3/stretch/fpm/Dockerfile)
@@ -37,10 +37,10 @@ WARNING:
 -	[`7.3.7-cli-alpine3.9`, `7.3-cli-alpine3.9`, `7-cli-alpine3.9`, `cli-alpine3.9`, `7.3.7-alpine3.9`, `7.3-alpine3.9`, `7-alpine3.9`, `alpine3.9`](https://github.com/docker-library/php/blob/30447e37518681136496279034102e6ee505f5cd/7.3/alpine3.9/cli/Dockerfile)
 -	[`7.3.7-cli-alpine3.9`, `7.3-cli-alpine3.9`, `7-cli-alpine3.9`, `cli-alpine3.9`, `7.3.7-alpine3.9`, `7.3-alpine3.9`, `7-alpine3.9`, `alpine3.9`](https://github.com/docker-library/php/blob/30447e37518681136496279034102e6ee505f5cd/7.3/alpine3.9/cli/Dockerfile)
 -	[`7.3.7-fpm-alpine3.9`, `7.3-fpm-alpine3.9`, `7-fpm-alpine3.9`, `fpm-alpine3.9`](https://github.com/docker-library/php/blob/30447e37518681136496279034102e6ee505f5cd/7.3/alpine3.9/fpm/Dockerfile)
 -	[`7.3.7-fpm-alpine3.9`, `7.3-fpm-alpine3.9`, `7-fpm-alpine3.9`, `fpm-alpine3.9`](https://github.com/docker-library/php/blob/30447e37518681136496279034102e6ee505f5cd/7.3/alpine3.9/fpm/Dockerfile)
 -	[`7.3.7-zts-alpine3.9`, `7.3-zts-alpine3.9`, `7-zts-alpine3.9`, `zts-alpine3.9`](https://github.com/docker-library/php/blob/30447e37518681136496279034102e6ee505f5cd/7.3/alpine3.9/zts/Dockerfile)
 -	[`7.3.7-zts-alpine3.9`, `7.3-zts-alpine3.9`, `7-zts-alpine3.9`, `zts-alpine3.9`](https://github.com/docker-library/php/blob/30447e37518681136496279034102e6ee505f5cd/7.3/alpine3.9/zts/Dockerfile)
--	[`7.2.20-cli-buster`, `7.2-cli-buster`, `7.2.20-buster`, `7.2-buster`, `7.2.20-cli`, `7.2-cli`, `7.2.20`, `7.2`](https://github.com/docker-library/php/blob/ccbe53516fa2fd2d3b0ba680b83148b443a6ccf1/7.2/buster/cli/Dockerfile)
--	[`7.2.20-apache-buster`, `7.2-apache-buster`, `7.2.20-apache`, `7.2-apache`](https://github.com/docker-library/php/blob/ccbe53516fa2fd2d3b0ba680b83148b443a6ccf1/7.2/buster/apache/Dockerfile)
--	[`7.2.20-fpm-buster`, `7.2-fpm-buster`, `7.2.20-fpm`, `7.2-fpm`](https://github.com/docker-library/php/blob/ccbe53516fa2fd2d3b0ba680b83148b443a6ccf1/7.2/buster/fpm/Dockerfile)
--	[`7.2.20-zts-buster`, `7.2-zts-buster`, `7.2.20-zts`, `7.2-zts`](https://github.com/docker-library/php/blob/ccbe53516fa2fd2d3b0ba680b83148b443a6ccf1/7.2/buster/zts/Dockerfile)
+-	[`7.2.20-cli-buster`, `7.2-cli-buster`, `7.2.20-buster`, `7.2-buster`, `7.2.20-cli`, `7.2-cli`, `7.2.20`, `7.2`](https://github.com/docker-library/php/blob/a0ce8afda4af0226d3aad0b93103cb4fc5414458/7.2/buster/cli/Dockerfile)
+-	[`7.2.20-apache-buster`, `7.2-apache-buster`, `7.2.20-apache`, `7.2-apache`](https://github.com/docker-library/php/blob/a0ce8afda4af0226d3aad0b93103cb4fc5414458/7.2/buster/apache/Dockerfile)
+-	[`7.2.20-fpm-buster`, `7.2-fpm-buster`, `7.2.20-fpm`, `7.2-fpm`](https://github.com/docker-library/php/blob/a0ce8afda4af0226d3aad0b93103cb4fc5414458/7.2/buster/fpm/Dockerfile)
+-	[`7.2.20-zts-buster`, `7.2-zts-buster`, `7.2.20-zts`, `7.2-zts`](https://github.com/docker-library/php/blob/a0ce8afda4af0226d3aad0b93103cb4fc5414458/7.2/buster/zts/Dockerfile)
 -	[`7.2.20-cli-stretch`, `7.2-cli-stretch`, `7.2.20-stretch`, `7.2-stretch`](https://github.com/docker-library/php/blob/66234ccc01849f2ce1a6b18428d4a7215921d647/7.2/stretch/cli/Dockerfile)
 -	[`7.2.20-cli-stretch`, `7.2-cli-stretch`, `7.2.20-stretch`, `7.2-stretch`](https://github.com/docker-library/php/blob/66234ccc01849f2ce1a6b18428d4a7215921d647/7.2/stretch/cli/Dockerfile)
 -	[`7.2.20-apache-stretch`, `7.2-apache-stretch`](https://github.com/docker-library/php/blob/66234ccc01849f2ce1a6b18428d4a7215921d647/7.2/stretch/apache/Dockerfile)
 -	[`7.2.20-apache-stretch`, `7.2-apache-stretch`](https://github.com/docker-library/php/blob/66234ccc01849f2ce1a6b18428d4a7215921d647/7.2/stretch/apache/Dockerfile)
 -	[`7.2.20-fpm-stretch`, `7.2-fpm-stretch`](https://github.com/docker-library/php/blob/66234ccc01849f2ce1a6b18428d4a7215921d647/7.2/stretch/fpm/Dockerfile)
 -	[`7.2.20-fpm-stretch`, `7.2-fpm-stretch`](https://github.com/docker-library/php/blob/66234ccc01849f2ce1a6b18428d4a7215921d647/7.2/stretch/fpm/Dockerfile)
@@ -51,10 +51,10 @@ WARNING:
 -	[`7.2.20-cli-alpine3.9`, `7.2-cli-alpine3.9`, `7.2.20-alpine3.9`, `7.2-alpine3.9`](https://github.com/docker-library/php/blob/66234ccc01849f2ce1a6b18428d4a7215921d647/7.2/alpine3.9/cli/Dockerfile)
 -	[`7.2.20-cli-alpine3.9`, `7.2-cli-alpine3.9`, `7.2.20-alpine3.9`, `7.2-alpine3.9`](https://github.com/docker-library/php/blob/66234ccc01849f2ce1a6b18428d4a7215921d647/7.2/alpine3.9/cli/Dockerfile)
 -	[`7.2.20-fpm-alpine3.9`, `7.2-fpm-alpine3.9`](https://github.com/docker-library/php/blob/66234ccc01849f2ce1a6b18428d4a7215921d647/7.2/alpine3.9/fpm/Dockerfile)
 -	[`7.2.20-fpm-alpine3.9`, `7.2-fpm-alpine3.9`](https://github.com/docker-library/php/blob/66234ccc01849f2ce1a6b18428d4a7215921d647/7.2/alpine3.9/fpm/Dockerfile)
 -	[`7.2.20-zts-alpine3.9`, `7.2-zts-alpine3.9`](https://github.com/docker-library/php/blob/66234ccc01849f2ce1a6b18428d4a7215921d647/7.2/alpine3.9/zts/Dockerfile)
 -	[`7.2.20-zts-alpine3.9`, `7.2-zts-alpine3.9`](https://github.com/docker-library/php/blob/66234ccc01849f2ce1a6b18428d4a7215921d647/7.2/alpine3.9/zts/Dockerfile)
--	[`7.1.30-cli-buster`, `7.1-cli-buster`, `7.1.30-buster`, `7.1-buster`, `7.1.30-cli`, `7.1-cli`, `7.1.30`, `7.1`](https://github.com/docker-library/php/blob/ccbe53516fa2fd2d3b0ba680b83148b443a6ccf1/7.1/buster/cli/Dockerfile)
--	[`7.1.30-apache-buster`, `7.1-apache-buster`, `7.1.30-apache`, `7.1-apache`](https://github.com/docker-library/php/blob/ccbe53516fa2fd2d3b0ba680b83148b443a6ccf1/7.1/buster/apache/Dockerfile)
--	[`7.1.30-fpm-buster`, `7.1-fpm-buster`, `7.1.30-fpm`, `7.1-fpm`](https://github.com/docker-library/php/blob/ccbe53516fa2fd2d3b0ba680b83148b443a6ccf1/7.1/buster/fpm/Dockerfile)
--	[`7.1.30-zts-buster`, `7.1-zts-buster`, `7.1.30-zts`, `7.1-zts`](https://github.com/docker-library/php/blob/ccbe53516fa2fd2d3b0ba680b83148b443a6ccf1/7.1/buster/zts/Dockerfile)
+-	[`7.1.30-cli-buster`, `7.1-cli-buster`, `7.1.30-buster`, `7.1-buster`, `7.1.30-cli`, `7.1-cli`, `7.1.30`, `7.1`](https://github.com/docker-library/php/blob/a0ce8afda4af0226d3aad0b93103cb4fc5414458/7.1/buster/cli/Dockerfile)
+-	[`7.1.30-apache-buster`, `7.1-apache-buster`, `7.1.30-apache`, `7.1-apache`](https://github.com/docker-library/php/blob/a0ce8afda4af0226d3aad0b93103cb4fc5414458/7.1/buster/apache/Dockerfile)
+-	[`7.1.30-fpm-buster`, `7.1-fpm-buster`, `7.1.30-fpm`, `7.1-fpm`](https://github.com/docker-library/php/blob/a0ce8afda4af0226d3aad0b93103cb4fc5414458/7.1/buster/fpm/Dockerfile)
+-	[`7.1.30-zts-buster`, `7.1-zts-buster`, `7.1.30-zts`, `7.1-zts`](https://github.com/docker-library/php/blob/a0ce8afda4af0226d3aad0b93103cb4fc5414458/7.1/buster/zts/Dockerfile)
 -	[`7.1.30-cli-stretch`, `7.1-cli-stretch`, `7.1.30-stretch`, `7.1-stretch`](https://github.com/docker-library/php/blob/250c2d872d4d52770ecdcecd0ff299c360031ed8/7.1/stretch/cli/Dockerfile)
 -	[`7.1.30-cli-stretch`, `7.1-cli-stretch`, `7.1.30-stretch`, `7.1-stretch`](https://github.com/docker-library/php/blob/250c2d872d4d52770ecdcecd0ff299c360031ed8/7.1/stretch/cli/Dockerfile)
 -	[`7.1.30-apache-stretch`, `7.1-apache-stretch`](https://github.com/docker-library/php/blob/250c2d872d4d52770ecdcecd0ff299c360031ed8/7.1/stretch/apache/Dockerfile)
 -	[`7.1.30-apache-stretch`, `7.1-apache-stretch`](https://github.com/docker-library/php/blob/250c2d872d4d52770ecdcecd0ff299c360031ed8/7.1/stretch/apache/Dockerfile)
 -	[`7.1.30-fpm-stretch`, `7.1-fpm-stretch`](https://github.com/docker-library/php/blob/250c2d872d4d52770ecdcecd0ff299c360031ed8/7.1/stretch/fpm/Dockerfile)
 -	[`7.1.30-fpm-stretch`, `7.1-fpm-stretch`](https://github.com/docker-library/php/blob/250c2d872d4d52770ecdcecd0ff299c360031ed8/7.1/stretch/fpm/Dockerfile)