Uses of Package
org.springframework.boot.buildpack.platform.docker.type
Packages that use org.springframework.boot.buildpack.platform.docker.type
Package
Description
Central API for performing a buildpack build.
A limited Docker API providing the operations needed by pack.
Docker configuration options.
Docker types.
-
Classes in org.springframework.boot.buildpack.platform.docker.type used by org.springframework.boot.buildpack.platform.buildClassDescriptionVolume bindings to apply when creating a container.Image details as returned from
Docker inspect.A reference to a Docker image of the form"imagename[:tag|@digest]".A Docker volume name. -
Classes in org.springframework.boot.buildpack.platform.docker.type used by org.springframework.boot.buildpack.platform.dockerClassDescriptionConfiguration used when creating a new container.Additional content that can be written to a created container.A reference to a Docker container.Status details returned from
Docker container wait.Image details as returned fromDocker inspect.An image archive that can be loaded into Docker.A reference to a Docker image of the form"imagename[:tag|@digest]".A Docker volume name. -
Classes in org.springframework.boot.buildpack.platform.docker.type used by org.springframework.boot.buildpack.platform.docker.configurationClassDescriptionA reference to a Docker image of the form
"imagename[:tag|@digest]". -
Classes in org.springframework.boot.buildpack.platform.docker.type used by org.springframework.boot.buildpack.platform.docker.typeClassDescriptionVolume bindings to apply when creating a container.A reference to a blob by its digest.Configuration used when creating a new container.Update class used to change data when creating a container config.Additional content that can be written to a created container.A reference to a Docker container.Status details returned from
Docker container wait.Image details as returned fromDocker inspect.Descriptor details as reported in theDocker inspectresponse.An image archive that can be loaded into Docker.Update class used to change data when creating an image archive.Image archive index information as provided byindex.json.Image archive manifest information as provided bymanifest.json.Image configuration information.Update class used to change data when creating a copy.A Docker image name of the form "docker.io/library/ubuntu".A reference to a Docker image of the form"imagename[:tag|@digest]".A layer that can be written to anImageArchive.A layer ID as used inside a Docker image of the formalgorithm: hash.A manifest as defined inapplication/vnd.docker.distribution.manifestorapplication/vnd.oci.image.manifestfiles.A distribution manifest list as defined inapplication/vnd.docker.distribution.manifest.listfiles.A Docker volume name.