Class LayerConfig
- java.lang.Object
-
- org.honton.chas.podman.maven.plugin.config.LayerConfig
-
public class LayerConfig extends Object
Layer of files in the image
-
-
Constructor Summary
Constructors Constructor Description LayerConfig()
-
-
-
Field Detail
-
chown
@Parameter public String chown
Owner:Group of the files in the image
-
chmod
@Parameter public String chmod
Permissions of the files in the image
-
srcs
@Parameter(required=true) public List<String> srcs
Files relative to the context to be copied. (golang wildcards supported)
-
dest
@Parameter(required=true) public String dest
Absolute destination in the image where files are copied
-
-