浏览代码

Run update.sh

Docker Library Bot 9 年之前
父节点
当前提交
8e368a1a81
共有 3 个文件被更改,包括 8 次插入8 次删除
  1. 2 2
      hello-world/README.md
  2. 2 2
      hello-world/content.md
  3. 4 4
      node/README.md

+ 2 - 2
hello-world/README.md

@@ -33,8 +33,8 @@ For more examples and ideas, visit:
 
 
 $ docker images hello-world
-REPOSITORY   TAG     IMAGE ID      VIRTUAL SIZE
-hello-world  latest  0a6ba66e537a  960 B
+REPOSITORY   TAG     IMAGE ID      SIZE
+hello-world  latest  690ed74de00f  960 B
 ```
 
 ![logo](https://raw.githubusercontent.com/docker-library/docs/01c12653951b2fe592c1f93a13b4e289ada0e3a1/hello-world/logo.png)

+ 2 - 2
hello-world/content.md

@@ -25,8 +25,8 @@ For more examples and ideas, visit:
 
 
 $ docker images hello-world
-REPOSITORY   TAG     IMAGE ID      VIRTUAL SIZE
-hello-world  latest  0a6ba66e537a  960 B
+REPOSITORY   TAG     IMAGE ID      SIZE
+hello-world  latest  690ed74de00f  960 B
 ```
 
 %%LOGO%%

+ 4 - 4
node/README.md

@@ -12,10 +12,10 @@
 -	[`4.2.4-onbuild`, `4.2-onbuild`, `4-onbuild`, `argon-onbuild` (*4.2/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/7cbea391f22678de5d828b1a38c27a25c951795f/4.2/onbuild/Dockerfile)
 -	[`4.2.4-slim`, `4.2-slim`, `4-slim`, `argon-slim` (*4.2/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/7cbea391f22678de5d828b1a38c27a25c951795f/4.2/slim/Dockerfile)
 -	[`4.2.4-wheezy`, `4.2-wheezy`, `4-wheezy`, `argon-wheezy` (*4.2/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/7cbea391f22678de5d828b1a38c27a25c951795f/4.2/wheezy/Dockerfile)
--	[`5.4.0`, `5.4`, `5`, `latest` (*5.4/Dockerfile*)](https://github.com/nodejs/docker-node/blob/c4868ce25f75d47e3ec75e6479664d8c46fc990e/5.4/Dockerfile)
--	[`5.4.0-onbuild`, `5.4-onbuild`, `5-onbuild`, `onbuild` (*5.4/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/c4868ce25f75d47e3ec75e6479664d8c46fc990e/5.4/onbuild/Dockerfile)
--	[`5.4.0-slim`, `5.4-slim`, `5-slim`, `slim` (*5.4/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/c4868ce25f75d47e3ec75e6479664d8c46fc990e/5.4/slim/Dockerfile)
--	[`5.4.0-wheezy`, `5.4-wheezy`, `5-wheezy`, `wheezy` (*5.4/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/c4868ce25f75d47e3ec75e6479664d8c46fc990e/5.4/wheezy/Dockerfile)
+-	[`5.4.1`, `5.4`, `5`, `latest` (*5.4/Dockerfile*)](https://github.com/nodejs/docker-node/blob/4bc77d4335b66f9c7dbc6ad791f38faabf535662/5.4/Dockerfile)
+-	[`5.4.1-onbuild`, `5.4-onbuild`, `5-onbuild`, `onbuild` (*5.4/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/4bc77d4335b66f9c7dbc6ad791f38faabf535662/5.4/onbuild/Dockerfile)
+-	[`5.4.1-slim`, `5.4-slim`, `5-slim`, `slim` (*5.4/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/4bc77d4335b66f9c7dbc6ad791f38faabf535662/5.4/slim/Dockerfile)
+-	[`5.4.1-wheezy`, `5.4-wheezy`, `5-wheezy`, `wheezy` (*5.4/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/4bc77d4335b66f9c7dbc6ad791f38faabf535662/5.4/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).