Package com.google.cloud.tools.jib.image
Class ReproducibleLayerBuilder
- java.lang.Object
-
- com.google.cloud.tools.jib.image.ReproducibleLayerBuilder
-
public class ReproducibleLayerBuilder extends java.lang.ObjectBuilds a reproducible layerBlobfrom files. The reproducibility is implemented by strips out all non-reproducible elements (modification time, group ID, user ID, user name, and group name) from name-sorted tar archive entries.
-
-
Constructor Summary
Constructors Constructor Description ReproducibleLayerBuilder(com.google.common.collect.ImmutableList<com.google.cloud.tools.jib.api.buildplan.FileEntry> layerEntries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Blobbuild()Builds and returns the layerBlob.
-