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
{{ message }}
This repository was archived by the owner on Dec 2, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,17 +31,16 @@ USAGE:
31
31
img2lambda [options]
32
32
33
33
GLOBAL OPTIONS:
34
-
--image value, -i value Name of the source container image. For example, 'my-docker-image:latest'. The Docker image must be pulled locally already.
35
-
--region value, -r value AWS region (default: "us-east-1")
36
-
--output-directory value, -o value Destination directory for command output (default: "./output")
37
-
--layer-namespace value, -n value Prefix for the layers published to Lambda (default: "img2lambda")
38
-
--dry-run, -d Conduct a dry-run: Repackage the image, but only write the Lambda layers to local disk (do not publish to Lambda)
39
-
--description value, --desc value The description of this layer version (default: "created by img2lambda from image <name of the image>")
40
-
--license-info value, -l value The layer's software license. It can be an SPDX license identifier, the URL of the license hosted on the internet, or the full text of the license (default: no license)
41
-
--compatible-runtime value --compatible-runtime value,
42
-
--cr value --cr value An AWS Lambda function runtime compatible with the image layers. To specify multiple runtimes, repeat the option: --cr provided --cr python2.7 (default: "provided" )
43
-
44
-
--help, -h show help
34
+
--image value, -i value Name of the source container image. For example, 'my-docker-image:latest'. The Docker image must be pulled locally already.
35
+
--region value, -r value AWS region (default: "us-east-1")
36
+
--output-directory value, -o value Destination directory for command output (default: "./output")
37
+
--layer-namespace value, -n value Prefix for the layers published to Lambda (default: "img2lambda")
38
+
--dry-run, -d Conduct a dry-run: Repackage the image, but only write the Lambda layers to local disk (do not publish to Lambda)
39
+
--description value, --desc value The description of this layer version (default: "created by img2lambda from image <name of the image>")
40
+
--license-info value, -l value The layer's software license. It can be an SPDX license identifier, the URL of the license hosted on the internet, or the full text of the license (default: no license)
41
+
--compatible-runtime value, --cr value An AWS Lambda function runtime compatible with the image layers. To specify multiple runtimes, repeat the option: --cr provided --cr python2.7 (default: "provided")
Usage: "The layer's software license. It can be an SPDX license identifier, the URL of the license hosted on the internet, or the full text of the license (default: \"no license\"",
69
+
Usage: "The layer's software license. It can be an SPDX license identifier, the URL of the license hosted on the internet, or the full text of the license (default: no license)",
70
70
Destination: &opts.LicenseInfo,
71
71
},
72
72
cli.StringSliceFlag{
73
73
Name: "compatible-runtime, cr",
74
-
Usage: "An AWS Lambda function runtime compatible with the image layers. To specify multiple runtimes, repeat the option: --cr provided --cr python2.7 (default: \"provided\")",
74
+
Usage: "An AWS Lambda function runtime compatible with the image layers. To specify multiple runtimes, repeat the option: --cr provided --cr python2.7 (default: \"provided\")",
0 commit comments