瀏覽代碼

Run update.sh

Docker Library Bot 8 年之前
父節點
當前提交
c0a6dadc25
共有 3 個文件被更改,包括 44 次插入43 次删除
  1. 39 38
      nats-streaming/README.md
  2. 1 1
      orientdb/README.md
  3. 4 4
      sonarqube/README.md

+ 39 - 38
nats-streaming/README.md

@@ -1,6 +1,6 @@
 # Supported tags and respective `Dockerfile` links
 # Supported tags and respective `Dockerfile` links
 
 
--	[`0.3.6`, `latest` (*Dockerfile*)](https://github.com/nats-io/nats-streaming-docker/blob/d4c16d81cdfb43b502983473c4d4f53eb15cdad2/Dockerfile)
+-	[`0.3.8`, `latest` (*Dockerfile*)](https://github.com/nats-io/nats-streaming-docker/blob/8c51cccfe250cb144becd082e3ccdf531a31b30a/Dockerfile)
 
 
 For more information about this image and its history, please see [the relevant manifest file (`library/nats-streaming`)](https://github.com/docker-library/official-images/blob/master/library/nats-streaming). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fnats-streaming).
 For more information about this image and its history, please see [the relevant manifest file (`library/nats-streaming`)](https://github.com/docker-library/official-images/blob/master/library/nats-streaming). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fnats-streaming).
 
 
@@ -25,38 +25,38 @@ $ docker run -d nats-streaming
 
 
 Output that you would get if you had started with `-ti` instead of `d` (for daemon):
 Output that you would get if you had started with `-ti` instead of `d` (for daemon):
 
 
-[1] 2016/12/21 17:37:56.743377 [INF] Starting nats-streaming-server[test-cluster] version 0.3.6
-[1] 2016/12/21 17:37:56.743575 [INF] Starting nats-server version 0.9.6
-[1] 2016/12/21 17:37:56.743600 [INF] Starting http monitor on 0.0.0.0:8222
-[1] 2016/12/21 17:37:56.743851 [INF] Listening for client connections on 0.0.0.0:4222
-[1] 2016/12/21 17:37:56.743891 [INF] Server is ready
-[1] 2016/12/21 17:37:57.023416 [INF] STAN: Message store is MEMORY
-[1] 2016/12/21 17:37:57.023453 [INF] STAN: --------- Store Limits ---------
-[1] 2016/12/21 17:37:57.023464 [INF] STAN: Channels:                  100 *
-[1] 2016/12/21 17:37:57.023467 [INF] STAN: -------- channels limits -------
-[1] 2016/12/21 17:37:57.023473 [INF] STAN:   Subscriptions:          1000 *
-[1] 2016/12/21 17:37:57.023478 [INF] STAN:   Messages     :       1000000 *
-[1] 2016/12/21 17:37:57.023489 [INF] STAN:   Bytes        :     976.56 MB *
-[1] 2016/12/21 17:37:57.023502 [INF] STAN:   Age          :     unlimited *
-[1] 2016/12/21 17:37:57.023506 [INF] STAN: --------------------------------
+[1] 2017/01/19 20:27:37.540307 [INF] Starting nats-streaming-server[test-cluster] version 0.3.8
+[1] 2017/01/19 20:27:37.540462 [INF] Starting nats-server version 0.9.6
+[1] 2017/01/19 20:27:37.540493 [INF] Starting http monitor on 0.0.0.0:8222
+[1] 2017/01/19 20:27:37.540550 [INF] Listening for client connections on 0.0.0.0:4222
+[1] 2017/01/19 20:27:37.540574 [INF] Server is ready
+[1] 2017/01/19 20:27:37.825728 [INF] STAN: Message store is MEMORY
+[1] 2017/01/19 20:27:37.825798 [INF] STAN: --------- Store Limits ---------
+[1] 2017/01/19 20:27:37.825828 [INF] STAN: Channels:                  100 *
+[1] 2017/01/19 20:27:37.825853 [INF] STAN: -------- channels limits -------
+[1] 2017/01/19 20:27:37.825859 [INF] STAN:   Subscriptions:          1000 *
+[1] 2017/01/19 20:27:37.825864 [INF] STAN:   Messages     :       1000000 *
+[1] 2017/01/19 20:27:37.825876 [INF] STAN:   Bytes        :     976.56 MB *
+[1] 2017/01/19 20:27:37.825945 [INF] STAN:   Age          :     unlimited *
+[1] 2017/01/19 20:27:37.825949 [INF] STAN: --------------------------------
 
 
 To use a file based store instead, you would run:
 To use a file based store instead, you would run:
 
 
 $ docker run -d nats-streaming -store file -dir datastore
 $ docker run -d nats-streaming -store file -dir datastore
 
 
-[1] 2016/12/21 17:38:25.128903 [INF] Starting nats-streaming-server[test-cluster] version 0.3.6
-[1] 2016/12/21 17:38:25.130717 [INF] Starting nats-server version 0.9.6
-[1] 2016/12/21 17:38:25.130746 [INF] Listening for client connections on 0.0.0.0:4222
-[1] 2016/12/21 17:38:25.130819 [INF] Server is ready
-[1] 2016/12/21 17:38:25.409344 [INF] STAN: Message store is FILE
-[1] 2016/12/21 17:38:25.409422 [INF] STAN: --------- Store Limits ---------
-[1] 2016/12/21 17:38:25.409435 [INF] STAN: Channels:                  100 *
-[1] 2016/12/21 17:38:25.409440 [INF] STAN: -------- channels limits -------
-[1] 2016/12/21 17:38:25.409445 [INF] STAN:   Subscriptions:          1000 *
-[1] 2016/12/21 17:38:25.409450 [INF] STAN:   Messages     :       1000000 *
-[1] 2016/12/21 17:38:25.409464 [INF] STAN:   Bytes        :     976.56 MB *
-[1] 2016/12/21 17:38:25.409495 [INF] STAN:   Age          :     unlimited *
-[1] 2016/12/21 17:38:25.409505 [INF] STAN: --------------------------------
+[1] 2017/01/19 20:28:45.169437 [INF] Starting nats-streaming-server[test-cluster] version 0.3.8
+[1] 2017/01/19 20:28:45.169722 [INF] Starting nats-server version 0.9.6
+[1] 2017/01/19 20:28:45.169748 [INF] Listening for client connections on 0.0.0.0:4222
+[1] 2017/01/19 20:28:45.169816 [INF] Server is ready
+[1] 2017/01/19 20:28:45.449668 [INF] STAN: Message store is FILE
+[1] 2017/01/19 20:28:45.449705 [INF] STAN: --------- Store Limits ---------
+[1] 2017/01/19 20:28:45.449714 [INF] STAN: Channels:                  100 *
+[1] 2017/01/19 20:28:45.449719 [INF] STAN: -------- channels limits -------
+[1] 2017/01/19 20:28:45.449724 [INF] STAN:   Subscriptions:          1000 *
+[1] 2017/01/19 20:28:45.449729 [INF] STAN:   Messages     :       1000000 *
+[1] 2017/01/19 20:28:45.449799 [INF] STAN:   Bytes        :     976.56 MB *
+[1] 2017/01/19 20:28:45.449805 [INF] STAN:   Age          :     unlimited *
+[1] 2017/01/19 20:28:45.449828 [INF] STAN: --------------------------------
 
 
 You can also connect to a remote NATS Server running in a docker image.
 You can also connect to a remote NATS Server running in a docker image.
 First, run NATS Server:
 First, run NATS Server:
@@ -67,16 +67,17 @@ Now, start the Streaming server and link it to the above docker image:
 
 
 $ docker run -d --link nats-main nats-streaming -store file -dir datastore -ns nats://nats-main:4222
 $ docker run -d --link nats-main nats-streaming -store file -dir datastore -ns nats://nats-main:4222
 
 
-[1] 2016/12/21 17:40:51.007013 [INF] Starting nats-streaming-server[test-cluster] version 0.3.6
-[1] 2016/12/21 17:40:51.419640 [INF] STAN: Message store is FILE
-[1] 2016/12/21 17:40:51.419752 [INF] STAN: --------- Store Limits ---------
-[1] 2016/12/21 17:40:51.419779 [INF] STAN: Channels:                  100 *
-[1] 2016/12/21 17:40:51.419799 [INF] STAN: -------- channels limits -------
-[1] 2016/12/21 17:40:51.419820 [INF] STAN:   Subscriptions:          1000 *
-[1] 2016/12/21 17:40:51.420004 [INF] STAN:   Messages     :       1000000 *
-[1] 2016/12/21 17:40:51.420083 [INF] STAN:   Bytes        :     976.56 MB *
-[1] 2016/12/21 17:40:51.420275 [INF] STAN:   Age          :     unlimited *
-[1] 2016/12/21 17:40:51.420711 [INF] STAN: --------------------------------
+[1] 2017/01/19 20:29:19.178044 [INF] Starting nats-streaming-server[test-cluster] version 0.3.8
+[1] 2017/01/19 20:29:19.459272 [INF] STAN: Message store is FILE
+[1] 2017/01/19 20:29:19.459322 [INF] STAN: --------- Store Limits ---------
+[1] 2017/01/19 20:29:19.459336 [INF] STAN: Channels:                  100 *
+[1] 2017/01/19 20:29:19.459343 [INF] STAN: -------- channels limits -------
+[1] 2017/01/19 20:29:19.459351 [INF] STAN:   Subscriptions:          1000 *
+[1] 2017/01/19 20:29:19.459375 [INF] STAN:   Messages     :       1000000 *
+[1] 2017/01/19 20:29:19.459396 [INF] STAN:   Bytes        :     976.56 MB *
+[1] 2017/01/19 20:29:19.459407 [INF] STAN:   Age          :     unlimited *
+[1] 2017/01/19 20:29:19.459413 [INF] STAN: --------------------------------
+
 
 
 Notice that the output shows that the NATS Server was not started, as opposed to the first output.
 Notice that the output shows that the NATS Server was not started, as opposed to the first output.
 
 

+ 1 - 1
orientdb/README.md

@@ -2,7 +2,7 @@
 
 
 -	[`2.0.18` (*2.0/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/a43637b03a105ceb1104cbf5e42e93e1ffed0944/2.0/Dockerfile)
 -	[`2.0.18` (*2.0/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/a43637b03a105ceb1104cbf5e42e93e1ffed0944/2.0/Dockerfile)
 -	[`2.1.25` (*2.1/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/eb9c688528d4ce7d50eec34391a3cbb4fea88868/2.1/Dockerfile)
 -	[`2.1.25` (*2.1/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/eb9c688528d4ce7d50eec34391a3cbb4fea88868/2.1/Dockerfile)
--	[`2.2.14`, `latest` (*2.2/x86_64/alpine/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/6a4be54372625a9dac05ca9fee7fbe0067593531/2.2/x86_64/alpine/Dockerfile)
+-	[`2.2.15`, `latest` (*2.2/x86_64/alpine/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/8a9633c19fa9c53a5446b9b62997ff389813e785/2.2/x86_64/alpine/Dockerfile)
 
 
 For more information about this image and its history, please see [the relevant manifest file (`library/orientdb`)](https://github.com/docker-library/official-images/blob/master/library/orientdb). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Forientdb).
 For more information about this image and its history, please see [the relevant manifest file (`library/orientdb`)](https://github.com/docker-library/official-images/blob/master/library/orientdb). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Forientdb).
 
 

+ 4 - 4
sonarqube/README.md

@@ -1,9 +1,9 @@
 # Supported tags and respective `Dockerfile` links
 # Supported tags and respective `Dockerfile` links
 
 
--	[`latest`, `6.2` (*6.2/Dockerfile*)](https://github.com/SonarSource/docker-sonarqube/blob/f63921d773162fde17179f9cc5e78640c88b2ae6/6.2/Dockerfile)
--	[`lts`, `5.6.4` (*5.6.4/Dockerfile*)](https://github.com/SonarSource/docker-sonarqube/blob/f63921d773162fde17179f9cc5e78640c88b2ae6/5.6.4/Dockerfile)
--	[`alpine`, `6.2-alpine` (*6.2-alpine/Dockerfile*)](https://github.com/SonarSource/docker-sonarqube/blob/f63921d773162fde17179f9cc5e78640c88b2ae6/6.2-alpine/Dockerfile)
--	[`lts-alpine`, `5.6.4-alpine` (*5.6.4-alpine/Dockerfile*)](https://github.com/SonarSource/docker-sonarqube/blob/f63921d773162fde17179f9cc5e78640c88b2ae6/5.6.4-alpine/Dockerfile)
+-	[`latest`, `6.2` (*6.2/Dockerfile*)](https://github.com/SonarSource/docker-sonarqube/blob/2cf123a68480c31cddb81885a001cb8496f50353/6.2/Dockerfile)
+-	[`lts`, `5.6.5` (*5.6.5/Dockerfile*)](https://github.com/SonarSource/docker-sonarqube/blob/2cf123a68480c31cddb81885a001cb8496f50353/5.6.5/Dockerfile)
+-	[`alpine`, `6.2-alpine` (*6.2-alpine/Dockerfile*)](https://github.com/SonarSource/docker-sonarqube/blob/2cf123a68480c31cddb81885a001cb8496f50353/6.2-alpine/Dockerfile)
+-	[`lts-alpine`, `5.6.5-alpine` (*5.6.5-alpine/Dockerfile*)](https://github.com/SonarSource/docker-sonarqube/blob/2cf123a68480c31cddb81885a001cb8496f50353/5.6.5-alpine/Dockerfile)
 
 
 For more information about this image and its history, please see [the relevant manifest file (`library/sonarqube`)](https://github.com/docker-library/official-images/blob/master/library/sonarqube). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fsonarqube).
 For more information about this image and its history, please see [the relevant manifest file (`library/sonarqube`)](https://github.com/docker-library/official-images/blob/master/library/sonarqube). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fsonarqube).