CreateContainerRecipeRequest
Types
Properties
Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
Components for build and test that are included in the container recipe. Recipes require a minimum of one build component, and can have a maximum of 20 build and test components in any combination.
The type of container to create.
The description of the container recipe.
The Dockerfile template used to build your image as an inline data blob.
The Amazon S3 URI for the Dockerfile that will be used to build your container image.
Specifies the operating system version for the base image.
A group of options that can be used to configure an instance for building and testing container images.
The base image for the container recipe.
Specifies the operating system platform when you use a custom base image.
The semantic version of the container recipe. This version follows the semantic version syntax.
The destination repository for the container image.
The working directory for use during build and test workflows.