| Package | Description |
|---|---|
| org.springframework.boot.buildpack.platform.docker |
A limited Docker API providing the operations needed by pack.
|
| Modifier and Type | Method and Description |
|---|---|
Image |
DockerApi.ImageApi.pull(ImageReference reference,
UpdateListener<PullImageUpdateEvent> listener)
Pull an image from a registry.
|
Image |
DockerApi.ImageApi.pull(ImageReference reference,
UpdateListener<PullImageUpdateEvent> listener,
String registryAuth)
Pull an image from a registry.
|