You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ Usage: ./build_image.sh --account-id ID --region REGION --repo-name NAME [--tag
41
41
--tag Image tag override;if omitted, use latest Git tag on HEAD
42
42
```
43
43
44
+
If you want to create and push smaller slim images then please install [slimtoolkit/slim](https://github.com/slimtoolkit/slim). You can then optionally pass `--slim-image` to minify images and push to ECR.
45
+
44
46
## Deploy
45
47
46
48
Create a `terraform.tfvars` file inside infrastructure folder and fill out required variables.
0 commit comments