Show / Hide Table of Contents

Class CacheFrom

CacheFrom may be used to specify build stages to use for the Docker build cache. The final image is always implicitly included.

Inheritance
System.Object
InputArgs
ResourceArgs
CacheFrom
Inherited Members
ResourceArgs.Empty
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 Source

Stages

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.