Class LayerConfig
java.lang.Object
org.honton.chas.buildx.maven.plugin.config.LayerConfig
Layer of files in the image
-
Field Summary
FieldsModifier and TypeFieldDescriptionPermissions of the files in the imageOwner:Group of the files in the imageName of context containing srcsAbsolute destination in the image where files are copiedFiles relative to the context to be copied. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
chown
Owner:Group of the files in the image -
chmod
Permissions of the files in the image -
context
Name of context containing srcs -
srcs
Files relative to the context to be copied. (golang wildcards supported) -
dest
Absolute destination in the image where files are copied
-
-
Constructor Details
-
LayerConfig
public LayerConfig()
-