Uses of Class
org.springframework.boot.buildpack.platform.docker.type.ImageArchive.Update
Packages that use ImageArchive.Update
-
Uses of ImageArchive.Update in org.springframework.boot.buildpack.platform.docker.type
Method parameters in org.springframework.boot.buildpack.platform.docker.type with type arguments of type ImageArchive.UpdateModifier and TypeMethodDescriptionstatic ImageArchive
ImageArchive.from
(Image image, IOConsumer<ImageArchive.Update> update) Create a newImageArchive
based on an existingImage
.