ContainerRecipe
A container recipe.
Types
Properties
Build and test components 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.
Specifies the type of container, such as Docker.
The date when this container recipe was created.
The description of the container recipe.
Dockerfiles are text documents that are used to build Docker containers, and ensure that they contain all of the elements required by the application running inside. The template data consists of contextual variables where Image Builder places build information or scripts, based on your container image recipe.
A group of options that can be used to configure an instance for building and testing container images.
The base image for customizations specified in the container recipe. This can contain an Image Builder image resource ARN or a container image URI, for example amazonlinux:latest
.
The destination repository for the container image.
The working directory for use during build and test workflows.