public sealed class ContainerInfo : IMessage<ContainerInfo>, IEquatable<ContainerInfo>, IDeepCloneable<ContainerInfo>, IBufferMessage, IMessage
Docker image that is used to create a container and start a VM instance for
the version that you deploy. Only applicable for instances running in the App
Engine flexible environment.
URI to the hosted container image in Google Container Registry. The URI
must be fully qualified and include a tag or digest.
Examples: "gcr.io/my-project/image:tag" or "gcr.io/my-project/image@digest"
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ContainerInfo` class, applicable to App Engine flexible environments, defines the Docker image used to create a container and start a VM instance."],["Version 2.4.0 is the latest version available for `ContainerInfo`, while version 1.0.0 is the first version listed."],["`ContainerInfo` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as part of the Google.Protobuf library."],["The `ContainerInfo` class has an `Image` property, which is a string representing the fully qualified URI of the hosted container image in Google Container Registry."],["Constructors for the class `ContainerInfo()` allow for the creation of a new `ContainerInfo` object or one based off an existing object."]]],[]]