Package org.springframework.boot.buildpack.platform.docker
package org.springframework.boot.buildpack.platform.docker
A limited Docker API providing the operations needed by pack.
-
ClassDescriptionProvides access to the limited set of Docker APIs needed by pack.A
ProgressUpdateEvent
fired for image events.AProgressUpdateEvent
fired as an image is loaded.Details of an error embedded in a response stream.An update event used to provide log updates.Stream types supported by the event.AnUpdateEvent
that includes progress information.Provide details about the progress of a task.AProgressUpdateEvent
fired as an image is pulled.AProgressUpdateEvent
fired as an image is pushed to a registry.Details of an error embedded in a response stream.Utility to render a simple progress bar based on consumedTotalProgressEvent
objects.Event published by theTotalProgressPullListener
showing the total progress of an operation.TotalProgressListener<E extends ImageProgressUpdateEvent>UpdateListener
that calculates the total progress of the entire image operation and publishesTotalProgressEvent
.UpdateListener
that calculates the total progress of the entire pull operation and publishesTotalProgressEvent
.UpdateListener
that calculates the total progress of the entire push operation and publishesTotalProgressEvent
.Base class for update events published by Docker.UpdateListener<E extends UpdateEvent>Listener for update events published from theDockerApi
.