public sealed class ContainerInfo : IMessage<ContainerInfo>, IEquatable<ContainerInfo>, IDeepCloneable<ContainerInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class ContainerInfo.
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-04-17 UTC."],[[["The `ContainerInfo` class provides reference documentation and code samples for the App Engine v1 API, and it is used to define the Docker image for creating a container and starting a VM instance in the App Engine flexible environment."],["The latest version of the `ContainerInfo` documentation is version 2.4.0, and the presented content covers versions ranging from 1.0.0 to 2.4.0."],["The `ContainerInfo` class inherits from `Object` and implements `IMessage\u003cContainerInfo\u003e`, `IEquatable\u003cContainerInfo\u003e`, `IDeepCloneable\u003cContainerInfo\u003e`, `IBufferMessage`, and `IMessage` interfaces."],["The class has a constructor that is simply titled `ContainerInfo()`, as well as a copy constructor that takes another instance of `ContainerInfo` as a parameter."],["The `ContainerInfo` class includes a `Image` property of type `string`, which represents the URI to the hosted container image in Google Container Registry, and this URI must be fully qualified and include a tag or digest."]]],[]]