-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(adapters): Revert new adapters (#1302)
* Revert "added autoscaling adapter (#1153)" This reverts commit 124ecc6. * Revert "add: multiple adapters added(kendra, kinesis, kinesisvideo, proton, q… (#1227)" This reverts commit 1a1ff87. * Revert "added in adapters of codebuild (#1184)" This reverts commit ff5de60. * Revert "add: lambda adapter (#1166)" This reverts commit 32da643. * Revert "added in adapters of mq and msk (#1218)" This reverts commit 1169455.
- Loading branch information
Showing
94 changed files
with
86 additions
and
3,651 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
|
||
'apt-get' install should use '--no-install-recommends' to minimize image size. | ||
Do not install packages because they may be needed, install them only if you require them. | ||
|
||
### Impact | ||
<!-- Add Impact here --> | ||
|
||
Image will increase substantially in size without `--no-install-recommends` for `apt-get install`. | ||
|
||
<!-- DO NOT CHANGE --> | ||
{{ remediationActions }} | ||
|
||
### Links | ||
- https://docs.docker.com/develop/develop-images/dockerfile_best-practices/ | ||
|
||
- https://ubuntu.com/blog/we-reduced-our-docker-images-by-60-with-no-install-recommends | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.