Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.BaseContainerImage
Packages that use BaseContainerImage
Package
Description
EC2 Image Builder Construct Library
-
Uses of BaseContainerImage in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return BaseContainerImageModifier and TypeMethodDescriptionstatic BaseContainerImageBaseContainerImage.fromDockerHub(String repository, String tag) (experimental) The DockerHub image to use as the base image in a container recipe.static BaseContainerImageBaseContainerImage.fromEcr(IRepository repository, String tag) (experimental) The ECR container image to use as the base image in a container recipe.static BaseContainerImageBaseContainerImage.fromEcrPublic(String registryAlias, String repositoryName, String tag) (experimental) The ECR public container image to use as the base image in a container recipe.static BaseContainerImage(experimental) The EC2 Image Builder image to use as a base image in a container recipe.static BaseContainerImageBaseContainerImage.fromString(String baseContainerImageString) (experimental) The string value of the base image to use in a container recipe.ContainerRecipeProps.getBaseImage()(experimental) The base image for customizations specified in the container recipe.final BaseContainerImageContainerRecipeProps.Jsii$Proxy.getBaseImage()default BaseContainerImageIImage.Jsii$Default.toContainerBaseImage()(experimental) Converts the image to a ContainerBaseImage, to use as the parent image in a container recipe.final BaseContainerImageIImage.Jsii$Proxy.toContainerBaseImage()(experimental) Converts the image to a ContainerBaseImage, to use as the parent image in a container recipe.IImage.toContainerBaseImage()(experimental) Converts the image to a ContainerBaseImage, to use as the parent image in a container recipe.Image.toContainerBaseImage()(experimental) Converts the image to a ContainerBaseImage, to use as the parent image in a container recipe.Methods in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type BaseContainerImageModifier and TypeMethodDescriptionContainerRecipe.Builder.baseImage(BaseContainerImage baseImage) (experimental) The base image for customizations specified in the container recipe.ContainerRecipeProps.Builder.baseImage(BaseContainerImage baseImage) Sets the value ofContainerRecipeProps.getBaseImage()