Cloud API Overview > @adpt/cloud > docker > DockerPushableImageInstance
docker.DockerPushableImageInstance interface
Components that provide a Docker image can implement this interface to allow other components to get information about the Docker image and to be able to push the image to a registry.
Signature:
export interface DockerPushableImageInstance extends DockerImageInstance
Methods
Method | Description |
---|---|
pushTo(registryUrl, newTag) | Pushes the image returned by latestImage to a Docker registry. |