Merge pull request #3190 from IvanGrund/patch-1

Fix typo in documentation - build.md
This commit is contained in:
Sebastiaan van Stijn 2021-07-26 15:18:35 +02:00 committed by GitHub
commit b98b573de3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ The `--squash` option has a number of known limitations:
base image is still supported. base image is still supported.
- When using this option you may see significantly more space used due to - When using this option you may see significantly more space used due to
storing two copies of the image, one for the build cache with all the cache storing two copies of the image, one for the build cache with all the cache
layers in tact, and one for the squashed version. layers intact, and one for the squashed version.
- While squashing layers may produce smaller images, it may have a negative - While squashing layers may produce smaller images, it may have a negative
impact on performance, as a single layer takes longer to extract, and impact on performance, as a single layer takes longer to extract, and
downloading a single layer cannot be parallelized. downloading a single layer cannot be parallelized.