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.Object
Builds a reproducible layerBlob
from 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 Blob
build()
Builds and returns the layerBlob
.
-