diff --git a/debian/README.md b/debian/README.md index 5b4757409..0ba10cca6 100644 --- a/debian/README.md +++ b/debian/README.md @@ -9,8 +9,8 @@ - [`testing` (*testing/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/b637abe5e26f8b283a28d63cdc0413926ed54596/testing/Dockerfile) - [`unstable` (*unstable/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/b637abe5e26f8b283a28d63cdc0413926ed54596/unstable/Dockerfile) - [`7.8`, `7`, `wheezy` (*wheezy/Dockerfile*)](https://github.com/tianon/docker-brew-debian/blob/b637abe5e26f8b283a28d63cdc0413926ed54596/wheezy/Dockerfile) -- [`rc-buggy` (*debian/rc-buggy/Dockerfile*)](https://github.com/tianon/dockerfiles/blob/0b288b65558ebc0fb0d7b457294a8ae52d9b0609/debian/rc-buggy/Dockerfile) -- [`experimental` (*debian/experimental/Dockerfile*)](https://github.com/tianon/dockerfiles/blob/0b288b65558ebc0fb0d7b457294a8ae52d9b0609/debian/experimental/Dockerfile) +- [`rc-buggy` (*debian/rc-buggy/Dockerfile*)](https://github.com/tianon/dockerfiles/blob/b957ce88af19e9b78f51750cfe54546e361fb9cc/debian/rc-buggy/Dockerfile) +- [`experimental` (*debian/experimental/Dockerfile*)](https://github.com/tianon/dockerfiles/blob/b957ce88af19e9b78f51750cfe54546e361fb9cc/debian/experimental/Dockerfile) For more information about this image and its history, please see the [relevant manifest file (`library/debian`)](https://github.com/docker-library/official-images/blob/master/library/debian) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). diff --git a/iojs/README.md b/iojs/README.md index 40f748b65..b04fef36e 100644 --- a/iojs/README.md +++ b/iojs/README.md @@ -1,8 +1,11 @@ # Supported tags and respective `Dockerfile` links -- [`1.8.1`, `1.8`, `1`, `latest` (*1.8/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/4cf03be7e0b4abcd60a3a93947d9351c3b8b4be7/1.8/Dockerfile) -- [`1.8.1-onbuild`, `1.8-onbuild`, `1-onbuild`, `onbuild` (*1.8/onbuild/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/4cf03be7e0b4abcd60a3a93947d9351c3b8b4be7/1.8/onbuild/Dockerfile) -- [`1.8.1-slim`, `1.8-slim`, `1-slim`, `slim` (*1.8/slim/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/4cf03be7e0b4abcd60a3a93947d9351c3b8b4be7/1.8/slim/Dockerfile) +- [`1.8.1`, `1.8`, `1` (*1.8/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/4cf03be7e0b4abcd60a3a93947d9351c3b8b4be7/1.8/Dockerfile) +- [`1.8.1-onbuild`, `1.8-onbuild`, `1-onbuild` (*1.8/onbuild/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/4cf03be7e0b4abcd60a3a93947d9351c3b8b4be7/1.8/onbuild/Dockerfile) +- [`1.8.1-slim`, `1.8-slim`, `1-slim` (*1.8/slim/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/4cf03be7e0b4abcd60a3a93947d9351c3b8b4be7/1.8/slim/Dockerfile) +- [`2.0.0`, `2.0`, `2`, `latest` (*2.0/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/a40aaf633751594a26ccdaa65b35a115d73f69a7/2.0/Dockerfile) +- [`2.0.0-onbuild`, `2.0-onbuild`, `2-onbuild`, `onbuild` (*2.0/onbuild/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/18d119c1876b4d7981b0009653ea40e85e46d8a1/2.0/onbuild/Dockerfile) +- [`2.0.0-slim`, `2.0-slim`, `2-slim`, `slim` (*2.0/slim/Dockerfile*)](https://github.com/iojs/docker-iojs/blob/a40aaf633751594a26ccdaa65b35a115d73f69a7/2.0/slim/Dockerfile) For more information about this image and its history, please see the [relevant manifest file (`library/iojs`)](https://github.com/docker-library/official-images/blob/master/library/iojs) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). diff --git a/node/README.md b/node/README.md index 8bc48cb93..1b74872af 100644 --- a/node/README.md +++ b/node/README.md @@ -1,17 +1,17 @@ # Supported tags and respective `Dockerfile` links -- [`0.10.38`, `0.10` (*0.10/Dockerfile*)](https://github.com/joyent/docker-node/blob/762a8f163f02b6de8e4022d1f8ff3a38f4c8340f/0.10/Dockerfile) +- [`0.10.38`, `0.10` (*0.10/Dockerfile*)](https://github.com/joyent/docker-node/blob/3c692e61970814671339c1ff3f5ffb4dd8b600e1/0.10/Dockerfile) - [`0.10.38-onbuild`, `0.10-onbuild` (*0.10/onbuild/Dockerfile*)](https://github.com/joyent/docker-node/blob/1a414011089f16390800995f469f5f08446baf7f/0.10/onbuild/Dockerfile) -- [`0.10.38-slim`, `0.10-slim` (*0.10/slim/Dockerfile*)](https://github.com/joyent/docker-node/blob/762a8f163f02b6de8e4022d1f8ff3a38f4c8340f/0.10/slim/Dockerfile) -- [`0.10.38-wheezy`, `0.10-wheezy` (*0.10/wheezy/Dockerfile*)](https://github.com/joyent/docker-node/blob/762a8f163f02b6de8e4022d1f8ff3a38f4c8340f/0.10/wheezy/Dockerfile) -- [`0.12.2`, `0.12`, `0`, `latest` (*0.12/Dockerfile*)](https://github.com/joyent/docker-node/blob/762a8f163f02b6de8e4022d1f8ff3a38f4c8340f/0.12/Dockerfile) +- [`0.10.38-slim`, `0.10-slim` (*0.10/slim/Dockerfile*)](https://github.com/joyent/docker-node/blob/3c692e61970814671339c1ff3f5ffb4dd8b600e1/0.10/slim/Dockerfile) +- [`0.10.38-wheezy`, `0.10-wheezy` (*0.10/wheezy/Dockerfile*)](https://github.com/joyent/docker-node/blob/3c692e61970814671339c1ff3f5ffb4dd8b600e1/0.10/wheezy/Dockerfile) +- [`0.12.2`, `0.12`, `0`, `latest` (*0.12/Dockerfile*)](https://github.com/joyent/docker-node/blob/3c692e61970814671339c1ff3f5ffb4dd8b600e1/0.12/Dockerfile) - [`0.12.2-onbuild`, `0.12-onbuild`, `0-onbuild`, `onbuild` (*0.12/onbuild/Dockerfile*)](https://github.com/joyent/docker-node/blob/b76b7095bc741fda7f509e629706e5a0b9eab1fb/0.12/onbuild/Dockerfile) -- [`0.12.2-slim`, `0.12-slim`, `0-slim`, `slim` (*0.12/slim/Dockerfile*)](https://github.com/joyent/docker-node/blob/762a8f163f02b6de8e4022d1f8ff3a38f4c8340f/0.12/slim/Dockerfile) -- [`0.12.2-wheezy`, `0.12-wheezy`, `0-wheezy`, `wheezy` (*0.12/wheezy/Dockerfile*)](https://github.com/joyent/docker-node/blob/762a8f163f02b6de8e4022d1f8ff3a38f4c8340f/0.12/wheezy/Dockerfile) -- [`0.8.28`, `0.8` (*0.8/Dockerfile*)](https://github.com/joyent/docker-node/blob/762a8f163f02b6de8e4022d1f8ff3a38f4c8340f/0.8/Dockerfile) +- [`0.12.2-slim`, `0.12-slim`, `0-slim`, `slim` (*0.12/slim/Dockerfile*)](https://github.com/joyent/docker-node/blob/3c692e61970814671339c1ff3f5ffb4dd8b600e1/0.12/slim/Dockerfile) +- [`0.12.2-wheezy`, `0.12-wheezy`, `0-wheezy`, `wheezy` (*0.12/wheezy/Dockerfile*)](https://github.com/joyent/docker-node/blob/3c692e61970814671339c1ff3f5ffb4dd8b600e1/0.12/wheezy/Dockerfile) +- [`0.8.28`, `0.8` (*0.8/Dockerfile*)](https://github.com/joyent/docker-node/blob/3c692e61970814671339c1ff3f5ffb4dd8b600e1/0.8/Dockerfile) - [`0.8.28-onbuild`, `0.8-onbuild` (*0.8/onbuild/Dockerfile*)](https://github.com/joyent/docker-node/blob/0c2ff5172aabc30ce38303d9bb340ae3e94f3a91/0.8/onbuild/Dockerfile) -- [`0.8.28-slim`, `0.8-slim` (*0.8/slim/Dockerfile*)](https://github.com/joyent/docker-node/blob/762a8f163f02b6de8e4022d1f8ff3a38f4c8340f/0.8/slim/Dockerfile) -- [`0.8.28-wheezy`, `0.8-wheezy` (*0.8/wheezy/Dockerfile*)](https://github.com/joyent/docker-node/blob/762a8f163f02b6de8e4022d1f8ff3a38f4c8340f/0.8/wheezy/Dockerfile) +- [`0.8.28-slim`, `0.8-slim` (*0.8/slim/Dockerfile*)](https://github.com/joyent/docker-node/blob/3c692e61970814671339c1ff3f5ffb4dd8b600e1/0.8/slim/Dockerfile) +- [`0.8.28-wheezy`, `0.8-wheezy` (*0.8/wheezy/Dockerfile*)](https://github.com/joyent/docker-node/blob/3c692e61970814671339c1ff3f5ffb4dd8b600e1/0.8/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) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).