Uses of Class
org.springframework.boot.buildpack.platform.docker.PullImageUpdateEvent
Packages that use PullImageUpdateEvent
Package
Description
A limited Docker API providing the operations needed by pack.
-
Uses of PullImageUpdateEvent in org.springframework.boot.buildpack.platform.docker
Subclasses with type arguments of type PullImageUpdateEvent in org.springframework.boot.buildpack.platform.dockerModifier and TypeClassDescriptionclass
UpdateListener
that calculates the total progress of the entire pull operation and publishesTotalProgressEvent
.Method parameters in org.springframework.boot.buildpack.platform.docker with type arguments of type PullImageUpdateEventModifier and TypeMethodDescriptionDockerApi.ImageApi.pull
(ImageReference reference, ImagePlatform platform, UpdateListener<PullImageUpdateEvent> listener) Pull an image from a registry.DockerApi.ImageApi.pull
(ImageReference reference, ImagePlatform platform, UpdateListener<PullImageUpdateEvent> listener, String registryAuth) Pull an image from a registry.