From 2f634e4691d13616cf8c714ec7653616ec3b121a Mon Sep 17 00:00:00 2001 From: Lucas Chan Date: Tue, 15 Mar 2016 18:09:58 +1100 Subject: [PATCH] Update docs: A more accurate size for debian image Fixes: #21195 The current size of the debian image is 125.1 MB so I have updated the Markdown to say "under 150". Also removed "extremely" (minimal) as requested. Documentation built and tested using `make docs`. Signed-off-by: Lucas Chan --- docs/userguide/eng-image/dockerfile_best-practices.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/userguide/eng-image/dockerfile_best-practices.md b/docs/userguide/eng-image/dockerfile_best-practices.md index f99dbbde87..b7463a07b9 100644 --- a/docs/userguide/eng-image/dockerfile_best-practices.md +++ b/docs/userguide/eng-image/dockerfile_best-practices.md @@ -131,8 +131,8 @@ various instructions available for use in a `Dockerfile`. Whenever possible, use current Official Repositories as the basis for your image. We recommend the [Debian image](https://hub.docker.com/_/debian/) -since it’s very tightly controlled and kept extremely minimal (currently under -100 mb), while still being a full distribution. +since it’s very tightly controlled and kept minimal (currently under 150 mb), +while still being a full distribution. ### RUN