public class LayerConfiguration extends Object
| Constructor and Description |
|---|
LayerConfiguration(List<Path> sourceFiles,
String destinationOnImage)
Constructs a new layer configuration.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationOnImage() |
com.google.common.collect.ImmutableList<Path> |
getSourceFiles() |
public LayerConfiguration(List<Path> sourceFiles, String destinationOnImage)
The source files are specified as a list instead of a set to define the order in which they are added.
sourceFiles - the source files to build from. Source files that are directories will have
all subfiles in the directory added (but not the directory itself)destinationOnImage - Unix-style path to add the source files to in the container image
filesystemCopyright © 2018. All rights reserved.