Cloud API Overview > @adpt/cloud > docker > BuildKitImage
docker.BuildKitImage class
Locally builds a docker image
Signature:
export declare class BuildKitImage extends Action<BuildKitImageProps, BuildKitImageState> implements DockerPushableImageInstance
Remarks
See docker.BuildKitImageProps.
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(props) |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
defaultProps | static | { options: {}; } | |
deployedWhenIsTrivial | boolean |
Methods
Method | Modifiers | Description |
---|---|---|
buildComplete() | ||
displayName() | User-facing name to display in status messages. | |
image() | ||
latestImage() | ||
pushTo(registryUrl, newPathTag) | ||
ready() |