Uses of Class
org.springframework.boot.buildpack.platform.docker.type.ImagePlatform
Packages that use ImagePlatform
Package
Description
Central API for performing a buildpack build.
A limited Docker API providing the operations needed by pack.
Docker types.
-
Uses of ImagePlatform in org.springframework.boot.buildpack.platform.build
Methods in org.springframework.boot.buildpack.platform.build that return ImagePlatformModifier and TypeMethodDescriptionBuildRequest.getImagePlatform()
Return the platform that should be used when pulling images.Methods in org.springframework.boot.buildpack.platform.build with parameters of type ImagePlatformModifier and TypeMethodDescriptionAbstractBuildLog.pullingImage
(ImageReference imageReference, ImagePlatform platform, org.springframework.boot.buildpack.platform.build.ImageType imageType) BuildLog.pullingImage
(ImageReference imageReference, ImagePlatform platform, org.springframework.boot.buildpack.platform.build.ImageType imageType) Log that an image is being pulled. -
Uses of ImagePlatform in org.springframework.boot.buildpack.platform.docker
Methods in org.springframework.boot.buildpack.platform.docker with parameters of type ImagePlatformModifier and TypeMethodDescriptionDockerApi.ContainerApi.create
(ContainerConfig config, ImagePlatform platform, ContainerContent... contents) Create a new container aContainerConfig
.DockerApi.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. -
Uses of ImagePlatform in org.springframework.boot.buildpack.platform.docker.type
Methods in org.springframework.boot.buildpack.platform.docker.type that return ImagePlatformModifier and TypeMethodDescriptionstatic ImagePlatform
Create a newImagePlatform
matching the platform information from the providedImage
.static ImagePlatform
Create a newImagePlatform
from the given value in the formos[/architecture[/variant]]
.