From 4406fd06af58f8785b38410a778a7ec71efbf821 Mon Sep 17 00:00:00 2001 From: Chris Swan <478926+cpswan@users.noreply.github.com> Date: Fri, 8 Sep 2023 13:35:58 +0100 Subject: [PATCH] docs: Fix typo s/uncomnpressed/uncompressed/ Signed-off-by: Chris Swan <478926+cpswan@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39abd0b..48502d0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Tags and releases are in line with the AWS CLI version, so you can use that to p Amazon provides a container for this already, it's good but it weighed in a little heavy for me at ~387MB. I wanted this as small as possible and managed to shave off ~290MB on the uncompressed image. -|Image | Version | Base | Size (uncomnpressed) | Size (compressed) | +|Image | Version | Base | Size (uncompressed) | Size (compressed) | |---------------------|-----------------|--------------|----------------------|-------------------| | amazon/aws-cli | latest | amazon linux | 387MB | ![image size](https://img.shields.io/docker/image-size/amazon/aws-cli) | | richarvey/awscli | < 2.2.9+ | debian slim | ~178MB | ![image size](https://img.shields.io/docker/image-size/richarvey/awscli/2.2.9) |