aws imagebuilder create-container-recipe
Creates a new container recipe. Container recipes define how images are configured, tested, and assessed
Options
Name | Description |
---|---|
--container-type <string> | The type of container to create |
--name <string> | The name of the container recipe |
--description <string> | The description of the container recipe |
--semantic-version <string> | The semantic version of the container recipe (<major>.<minor>.<patch>) |
--components <list> | Components for build and test that are included in the container recipe |
--instance-configuration <structure> | A group of options that can be used to configure an instance for building and testing container images |
--dockerfile-template-data <string> | The Dockerfile template used to build your image as an inline data blob |
--dockerfile-template-uri <string> | The S3 URI for the Dockerfile that will be used to build your container image |
--platform-override <string> | Specifies the operating system platform when you use a custom source image |
--image-os-version-override <string> | Specifies the operating system version for the source image |
--parent-image <string> | The source image for the container recipe |
--tags <map> | Tags that are attached to the container recipe |
--working-directory <string> | The working directory for use during build and test workflows |
--target-repository <structure> | The destination repository for the container image |
--kms-key-id <string> | Identifies which KMS key is used to encrypt the container image |
--client-token <string> | The client token used to make this request idempotent |
--cli-input-json <string> | Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally |
--generate-cli-skeleton <string> | Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command |