diff --git a/hello-world/README.md b/hello-world/README.md index 5afdc5cc2..a2233db2c 100644 --- a/hello-world/README.md +++ b/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) diff --git a/hello-world/content.md b/hello-world/content.md index 5a558c722..a1bdb089a 100644 --- a/hello-world/content.md +++ b/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%% diff --git a/node/README.md b/node/README.md index 2b3d3c82a..08cce09d7 100644 --- a/node/README.md +++ b/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).