Docker Library Bot 7 лет назад
Родитель
Сommit
ef369b2c76
3 измененных файлов с 9 добавлено и 8 удалено
  1. 1 1
      mongo/README.md
  2. 6 6
      nextcloud/README.md
  3. 2 1
      photon/README.md

+ 1 - 1
mongo/README.md

@@ -128,7 +128,7 @@ $ docker run --name some-mongo -d mongo:tag
 
 ## Connect to MongoDB from another Docker container
 
-The MongoDB server in the image listens on the standard MongoDB port, `27017`, so connecting via container linking or Docker networks will be the be the same as connecting to a remote `mongod`. The following example starts another MongoDB container instance and runs the `mongo` command line client against the original MongoDB container from the example above, allowing you to execute MongoDB statements against your database instance:
+The MongoDB server in the image listens on the standard MongoDB port, `27017`, so connecting via container linking or Docker networks will be the same as connecting to a remote `mongod`. The following example starts another MongoDB container instance and runs the `mongo` command line client against the original MongoDB container from the example above, allowing you to execute MongoDB statements against your database instance:
 
 ```console
 $ docker run -it --link some-mongo:mongo --rm mongo mongo --host mongo test

+ 6 - 6
nextcloud/README.md

@@ -19,12 +19,12 @@ WARNING:
 -	[`12.0.11-apache`, `12.0-apache`, `12-apache`, `12.0.11`, `12.0`, `12` (*12.0/apache/Dockerfile*)](https://github.com/nextcloud/docker/blob/9435421b508fb813e5afb07107bde873059b70f3/12.0/apache/Dockerfile)
 -	[`12.0.11-fpm-alpine`, `12.0-fpm-alpine`, `12-fpm-alpine` (*12.0/fpm-alpine/Dockerfile*)](https://github.com/nextcloud/docker/blob/9435421b508fb813e5afb07107bde873059b70f3/12.0/fpm-alpine/Dockerfile)
 -	[`12.0.11-fpm`, `12.0-fpm`, `12-fpm` (*12.0/fpm/Dockerfile*)](https://github.com/nextcloud/docker/blob/9435421b508fb813e5afb07107bde873059b70f3/12.0/fpm/Dockerfile)
--	[`13.0.6-apache`, `13.0-apache`, `13-apache`, `apache`, `stable-apache`, `production-apache`, `13.0.6`, `13.0`, `13`, `latest`, `stable`, `production` (*13.0/apache/Dockerfile*)](https://github.com/nextcloud/docker/blob/9435421b508fb813e5afb07107bde873059b70f3/13.0/apache/Dockerfile)
--	[`13.0.6-fpm-alpine`, `13.0-fpm-alpine`, `13-fpm-alpine`, `fpm-alpine`, `stable-fpm-alpine`, `production-fpm-alpine` (*13.0/fpm-alpine/Dockerfile*)](https://github.com/nextcloud/docker/blob/9435421b508fb813e5afb07107bde873059b70f3/13.0/fpm-alpine/Dockerfile)
--	[`13.0.6-fpm`, `13.0-fpm`, `13-fpm`, `fpm`, `stable-fpm`, `production-fpm` (*13.0/fpm/Dockerfile*)](https://github.com/nextcloud/docker/blob/9435421b508fb813e5afb07107bde873059b70f3/13.0/fpm/Dockerfile)
--	[`14.0.0RC2-apache`, `14.0.0-rc-apache`, `14.0-rc-apache`, `14-rc-apache`, `rc-apache`, `14.0.0RC2`, `14.0.0-rc`, `14.0-rc`, `14-rc`, `rc` (*14.0-rc/apache/Dockerfile*)](https://github.com/nextcloud/docker/blob/b72fbcfb04e8813b21eb3ed3864f3a3a4efdf959/14.0-rc/apache/Dockerfile)
--	[`14.0.0RC2-fpm-alpine`, `14.0.0-rc-fpm-alpine`, `14.0-rc-fpm-alpine`, `14-rc-fpm-alpine`, `rc-fpm-alpine` (*14.0-rc/fpm-alpine/Dockerfile*)](https://github.com/nextcloud/docker/blob/b72fbcfb04e8813b21eb3ed3864f3a3a4efdf959/14.0-rc/fpm-alpine/Dockerfile)
--	[`14.0.0RC2-fpm`, `14.0.0-rc-fpm`, `14.0-rc-fpm`, `14-rc-fpm`, `rc-fpm` (*14.0-rc/fpm/Dockerfile*)](https://github.com/nextcloud/docker/blob/b72fbcfb04e8813b21eb3ed3864f3a3a4efdf959/14.0-rc/fpm/Dockerfile)
+-	[`13.0.6-apache`, `13.0-apache`, `13-apache`, `stable-apache`, `production-apache`, `13.0.6`, `13.0`, `13`, `stable`, `production` (*13.0/apache/Dockerfile*)](https://github.com/nextcloud/docker/blob/9435421b508fb813e5afb07107bde873059b70f3/13.0/apache/Dockerfile)
+-	[`13.0.6-fpm-alpine`, `13.0-fpm-alpine`, `13-fpm-alpine`, `stable-fpm-alpine`, `production-fpm-alpine` (*13.0/fpm-alpine/Dockerfile*)](https://github.com/nextcloud/docker/blob/9435421b508fb813e5afb07107bde873059b70f3/13.0/fpm-alpine/Dockerfile)
+-	[`13.0.6-fpm`, `13.0-fpm`, `13-fpm`, `stable-fpm`, `production-fpm` (*13.0/fpm/Dockerfile*)](https://github.com/nextcloud/docker/blob/9435421b508fb813e5afb07107bde873059b70f3/13.0/fpm/Dockerfile)
+-	[`14.0.0-apache`, `14.0-apache`, `14-apache`, `apache`, `14.0.0`, `14.0`, `14`, `latest` (*14.0/apache/Dockerfile*)](https://github.com/nextcloud/docker/blob/4549fd56a942d6aa36a6cc1a9050a2143b9880c5/14.0/apache/Dockerfile)
+-	[`14.0.0-fpm-alpine`, `14.0-fpm-alpine`, `14-fpm-alpine`, `fpm-alpine` (*14.0/fpm-alpine/Dockerfile*)](https://github.com/nextcloud/docker/blob/4549fd56a942d6aa36a6cc1a9050a2143b9880c5/14.0/fpm-alpine/Dockerfile)
+-	[`14.0.0-fpm`, `14.0-fpm`, `14-fpm`, `fpm` (*14.0/fpm/Dockerfile*)](https://github.com/nextcloud/docker/blob/4549fd56a942d6aa36a6cc1a9050a2143b9880c5/14.0/fpm/Dockerfile)
 
 # Quick reference
 

+ 2 - 1
photon/README.md

@@ -18,6 +18,7 @@ WARNING:
 
 -	[`2.0`, `2.0-20180823`, `latest` (*docker/Dockerfile*)](https://github.com/vmware/photon-docker-image/blob/3c1e91142077d224ce57f8890e3ae12f64a92981/docker/Dockerfile)
 -	[`1.0`, `1.0-20180816` (*docker/Dockerfile*)](https://github.com/vmware/photon-docker-image/blob/fda590b062d1ac4d575c67fff4847b483f5097cd/docker/Dockerfile)
+-	[`dev`, `dev-20180904` (*docker/Dockerfile*)](https://github.com/vmware/photon-docker-image/blob/ef64980d07a68bd0cd97de9224df5c3e62e4db12/docker/Dockerfile)
 
 # Quick reference
 
@@ -31,7 +32,7 @@ WARNING:
 	[VMware](https://github.com/vmware/photon-docker-image)
 
 -	**Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))  
-	[`amd64`](https://hub.docker.com/r/amd64/photon/)
+	[`amd64`](https://hub.docker.com/r/amd64/photon/), [`arm64v8`](https://hub.docker.com/r/arm64v8/photon/)
 
 -	**Published image artifact details**:  
 	[repo-info repo's `repos/photon/` directory](https://github.com/docker-library/repo-info/blob/master/repos/photon) ([history](https://github.com/docker-library/repo-info/commits/master/repos/photon))