Class CacheFrom
CacheFrom may be used to specify build stages to use for the Docker build cache. The final image is always implicitly included.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Docker
Assembly: Pulumi.Docker.dll
Syntax
public class CacheFrom : ResourceArgs
Properties
View SourceStages
An optional list of build stages to use for caching. Each build stage in this list will be built explicitly and pushed to the target repository.A given stage's image will be tagged as "[stage-name]".
Declaration
public InputList<string> Stages { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |