Package com.google.cloud.tools.jib.image
-
Interface Summary Interface Description Layer Represents a layer in an image. -
Class Summary Class Description DigestOnlyLayer ALayer
reference that only has itsDescriptorDigest
.Image Represents an image.Image.Builder Builds the immutableImage
.ImageTarball Translates anImage
to a tarball that can be loaded into Docker.ReferenceLayer ALayer
reference that does not have the underlying content.ReferenceNoDiffIdLayer ALayer
reference that does not have the underlying content.ReproducibleLayerBuilder Builds a reproducible layerBlob
from files. -
Exception Summary Exception Description LayerCountMismatchException Exception thrown when the number of layers found did not match expectations.LayerPropertyNotFoundException Exception thrown when accessing non-existent properties of layers.