Sfoglia il codice sorgente

Merge pull request #21205 from geekylucas/21195-update-docs-debian-image-size

Update docs: A more accurate size for debian image
Vincent Demeester 9 anni fa
parent
commit
43b5e1ed40
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      docs/userguide/eng-image/dockerfile_best-practices.md

+ 2 - 2
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
 Whenever possible, use current Official Repositories as the basis for your
 image. We recommend the [Debian image](https://hub.docker.com/_/debian/)
 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
 ### RUN